guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: binutils: Upgrade to 2.25.1.


From: Ludovic Courtès
Subject: 02/07: gnu: binutils: Upgrade to 2.25.1.
Date: Wed, 19 Aug 2015 22:19:28 +0000

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

commit 428b3c53f1c281eec4e6b7ca30d591fb8b845d87
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 19 14:16:09 2015 +0200

    gnu: binutils: Upgrade to 2.25.1.
    
    * gnu/packages/base.scm (binutils): Upgrade to 2.25.1.
---
 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 f35f619..4d71110 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -325,14 +325,14 @@ change.  GNU make offers many powerful extensions over 
the standard utility.")
 (define-public binutils
   (package
    (name "binutils")
-   (version "2.25")
+   (version "2.25.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/binutils/binutils-"
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "08r9i26b05zcwb9zxb6zllpfdiiicdfsgbpsjlrjmvx3rxjzrpi2"))
+              "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm"))
             (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]