diff mbox series

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

Message ID 20210215195121.589-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#46542] gnu: binutils: Update to 2.36.1. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Feb. 15, 2021, 7:51 p.m. UTC
* gnu/packages/base.scm (binutils): Update to 2.36.1.
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Vincent Legoll Feb. 15, 2021, 7:58 p.m. UTC | #1
This is for core-updates

I rebuilt successfuly tar, file & lsof with it (which
also rebuilt other intermediate packages)


On Mon, Feb 15, 2021 at 8:52 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46542@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46542: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46542
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
Leo Famulari Feb. 20, 2021, 6:33 p.m. UTC | #2
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
diff mbox series

Patch

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)