me
/
guix
Archived
1
0
Fork 0

gnu: binutils: Update to 2.33.1.

* gnu/packages/base.scm (binutils): Update to 2.33.1.
master
Efraim Flashner 2019-11-27 11:25:31 +02:00
parent 7ad3c81240
commit 4e4aedf097
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -414,14 +414,14 @@ change. GNU make offers many powerful extensions over the standard utility.")
(define-public binutils
(package
(name "binutils")
(version "2.32")
(version "2.33.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
"0b8767nyal1bc4cyzg5h9iis8kpkln1i3wkamig75cifj1fb2f6y"))
"1cmd0riv37bqy9mwbg6n3523qgr8b3bbm5kwj19sjrasl4yq9d0c"))
(patches (search-patches "binutils-loongson-workaround.patch"))))
(build-system gnu-build-system)