[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: binutils: Update to 2.36.
From: |
guix-commits |
Subject: |
01/02: gnu: binutils: Update to 2.36. |
Date: |
Tue, 26 Jan 2021 05:06:40 -0500 (EST) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 77b5f4b19572bfc77b42933e63dda8e580e15722
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 26 11:26:41 2021 +0200
gnu: binutils: Update to 2.36.
* gnu/packages/base.scm (binutils): Update to 2.36.
---
gnu/packages/base.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index eed2955..09cf401 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014 Alex Kost <alezost@gmail.com>
;;; Copyright © 2014, 2015 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
-;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
@@ -498,14 +498,14 @@ change. GNU make offers many powerful extensions over
the standard utility.")
(define-public binutils
(package
(name "binutils")
- (version "2.35.1")
+ (version "2.36")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
- "0hhrigj2ai1hcdm6rsvdrqmvn8xydhhnw17i2gsdkz261wfpl3ij"))
+ "13cfscz165p0spals44nzdhjl8l9c9yyixysjajqrhksvj8gd7i0"))
(patches (search-patches "binutils-loongson-workaround.patch"))))
(build-system gnu-build-system)