guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: binutils: Update to 2.25.


From: Ludovic Courtès
Subject: 01/03: gnu: binutils: Update to 2.25.
Date: Sat, 27 Dec 2014 11:25:51 +0000

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

commit 84c84ce7bfc6f34a3d5a9205dc0a92e25435efcf
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 27 11:52:55 2014 +0100

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

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index aec8d89..5bf27c9 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -312,14 +312,14 @@ change.  GNU make offers many powerful extensions over 
the standard utility.")
 (define-public binutils
   (package
    (name "binutils")
-   (version "2.24")
+   (version "2.25")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/binutils/binutils-"
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "0ds1y7qa0xqihw4ihnsgg6bxanmb228r228ddvwzgrv4jszcbs75"))
+              "08r9i26b05zcwb9zxb6zllpfdiiicdfsgbpsjlrjmvx3rxjzrpi2"))
             (patches (list (search-patch "binutils-ld-new-dtags.patch")
                            (search-patch 
"binutils-loongson-workaround.patch")))))
    (build-system gnu-build-system)



reply via email to

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