gnu: binutils: Update to 2.36.1.

* gnu/packages/base.scm (binutils): Update to 2.36.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Vincent Legoll 2021-02-15 20:51:21 +01:00 committed by Efraim Flashner
parent 983e455fe5
commit 49760714fc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -498,14 +498,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.36") (version "2.36.1")
(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
"13cfscz165p0spals44nzdhjl8l9c9yyixysjajqrhksvj8gd7i0")) "18ypqr5y48vxqg9mkz1c47798jp1xb1d4vfpmfq8vkihkvkx4jsv"))
(patches (search-patches "binutils-loongson-workaround.patch")))) (patches (search-patches "binutils-loongson-workaround.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)