guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: binutils: Update to 2.32.


From: guix-commits
Subject: 07/14: gnu: binutils: Update to 2.32.
Date: Thu, 7 Feb 2019 18:02:43 -0500 (EST)

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

commit dfc941a9437160303ee141604d0d69bfcada99ca
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 6 20:45:16 2019 +0100

    gnu: binutils: Update to 2.32.
    
    * gnu/packages/base.scm (binutils): Update to 2.32.
---
 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 3db0cc0..96739b4 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -439,14 +439,14 @@ change.  GNU make offers many powerful extensions over 
the standard utility.")
 (define-public binutils
   (package
    (name "binutils")
-   (version "2.31.1")
+   (version "2.32")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/binutils/binutils-"
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "1l34hn1zkmhr1wcrgf0d4z7r3najxnw3cx2y2fk7v55zjlk3ik7z"))
+              "0b8767nyal1bc4cyzg5h9iis8kpkln1i3wkamig75cifj1fb2f6y"))
             (patches (search-patches "binutils-loongson-workaround.patch"))))
    (build-system gnu-build-system)
 



reply via email to

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