GNU bug report logs - #46542
[PATCH] gnu: binutils: Update to 2.36.1.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Mon, 15 Feb 2021 19:52:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#46542: closed (Re: [bug#46542] [PATCH] gnu: binutils: Update
 to 2.36.1.)
Date: Sat, 20 Feb 2021 18:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46542: [PATCH] gnu: binutils: Update to 2.36.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46542 <at> debbugs.gnu.org.

-- 
46542: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46542
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 46542-done <at> debbugs.gnu.org
Subject: Re: [bug#46542] [PATCH] gnu: binutils: Update to 2.36.1.
Date: Sat, 20 Feb 2021 13:33:11 -0500
On Mon, Feb 15, 2021 at 08:51:21PM +0100, Vincent Legoll wrote:
> * gnu/packages/base.scm (binutils): Update to 2.36.1.

Pushed by Efraim as 49760714fce76e8a66f068b136b7f408a9116ec2

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: binutils: Update to 2.36.1.
Date: Mon, 15 Feb 2021 20:51:21 +0100
* gnu/packages/base.scm (binutils): Update to 2.36.1.
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 09cf401617..efaa7cc282 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -498,14 +498,14 @@ change.  GNU make offers many powerful extensions over the standard utility.")
 (define-public binutils
   (package
    (name "binutils")
-   (version "2.36")
+   (version "2.36.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/binutils/binutils-"
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "13cfscz165p0spals44nzdhjl8l9c9yyixysjajqrhksvj8gd7i0"))
+              "18ypqr5y48vxqg9mkz1c47798jp1xb1d4vfpmfq8vkihkvkx4jsv"))
             (patches (search-patches "binutils-loongson-workaround.patch"))))
    (build-system gnu-build-system)
 
-- 
2.30.0




This bug report was last modified 4 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.