[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: binutils: Update to 2.26.
From: |
Efraim Flashner |
Subject: |
01/02: gnu: binutils: Update to 2.26. |
Date: |
Thu, 18 Feb 2016 05:49:04 +0000 |
efraim pushed a commit to branch core-updates
in repository guix.
commit 5d9356f0fe67e679e35b92b5020a4a7b850af81c
Author: Efraim Flashner <address@hidden>
Date: Wed Feb 17 20:33:16 2016 +0200
gnu: binutils: Update to 2.26.
* gnu/packages/base.scm (binutils): Update to 2.26.
---
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 b7699b8..b4bebaa 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -355,14 +355,14 @@ change. GNU make offers many powerful extensions over
the standard utility.")
(define-public binutils
(package
(name "binutils")
- (version "2.25.1")
+ (version "2.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
- "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm"))
+ "1ngc2h3knhiw8s22l8y6afycfaxr5grviqy7mwvm4bsl14cf9b62"))
(patches (list (search-patch "binutils-ld-new-dtags.patch")
(search-patch
"binutils-loongson-workaround.patch")))))
(build-system gnu-build-system)