guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: binutils: Update to 2.33.1.


From: guix-commits
Subject: 01/01: gnu: binutils: Update to 2.33.1.
Date: Wed, 27 Nov 2019 04:34:09 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 4e4aedf097b9c81af090fe5a4751dfbc9c54955d
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 27 11:25:31 2019 +0200

    gnu: binutils: Update to 2.33.1.
    
    * gnu/packages/base.scm (binutils): Update to 2.33.1.
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 3a3360d..87eee47 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -414,14 +414,14 @@ change.  GNU make offers many powerful extensions over 
the standard utility.")
 (define-public binutils
   (package
    (name "binutils")
-   (version "2.32")
+   (version "2.33.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/binutils/binutils-"
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "0b8767nyal1bc4cyzg5h9iis8kpkln1i3wkamig75cifj1fb2f6y"))
+              "1cmd0riv37bqy9mwbg6n3523qgr8b3bbm5kwj19sjrasl4yq9d0c"))
             (patches (search-patches "binutils-loongson-workaround.patch"))))
    (build-system gnu-build-system)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]