guix-commits
[Top][All Lists]
Advanced

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

13/33: gnu: elfutils: Update to 0.183.


From: guix-commits
Subject: 13/33: gnu: elfutils: Update to 0.183.
Date: Sun, 9 May 2021 17:50:11 -0400 (EDT)

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

commit 1d807513963995584364d01be83de67e6bc8f3bf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Mar 24 22:49:34 2021 +0100

    gnu: elfutils: Update to 0.183.
    
    * gnu/packages/elf.scm (elfutils): Update to 0.183.
---
 gnu/packages/elf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index aab9126..13691ff 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -47,14 +47,14 @@
 (define-public elfutils
   (package
     (name "elfutils")
-    (version "0.182")
+    (version "0.183")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://sourceware.org/elfutils/ftp/";
                                   version "/elfutils-" version ".tar.bz2"))
               (sha256
                (base32
-                "0n48dcadjy0wiilddzav2zaxdi30qkkfp160gw5mycyz9s8hdi7c"))
+                "1igjfia9x8h6fmh9nbl8mpz0i24my5iixrji99qmi79hilh7qqy3"))
               (patches (search-patches "elfutils-tests-ptrace.patch"))))
     (build-system gnu-build-system)
 



reply via email to

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