guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: binutils: Update to 2.36.1.


From: guix-commits
Subject: 04/04: gnu: binutils: Update to 2.36.1.
Date: Thu, 18 Feb 2021 04:55:22 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 49760714fce76e8a66f068b136b7f408a9116ec2
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Feb 15 20:51:21 2021 +0100

    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>
---
 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 c0b6fcb..5c65abe 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]