gnu: binutils: Update to 2.27.

* gnu/packages/base.scm (binutils): Update to 2.27.
This commit is contained in:
Efraim Flashner 2016-08-14 09:50:08 +03:00
parent 6cc83b68cb
commit 4148ed4644
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -363,14 +363,14 @@ change. GNU make offers many powerful extensions over the standard utility.")
(define-public binutils (define-public binutils
(package (package
(name "binutils") (name "binutils")
(version "2.25.1") (version "2.27")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-" (uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm")) "125clslv17xh1sab74343fg6v31msavpmaa1c1394zsqa773g5rn"))
(patches (search-patches "binutils-ld-new-dtags.patch" (patches (search-patches "binutils-ld-new-dtags.patch"
"binutils-loongson-workaround.patch")))) "binutils-loongson-workaround.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)