guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: elfutils: Update to 0.176.


From: guix-commits
Subject: 02/06: gnu: elfutils: Update to 0.176.
Date: Fri, 1 Mar 2019 10:30:49 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 85fe0fe3688a2b3443cd2ea614269ab2df133ce3
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 14:18:14 2019 +0100

    gnu: elfutils: Update to 0.176.
    
    * gnu/packages/elf.scm (elfutils): Update to 0.176.
---
 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 ace31ec..1f8263b 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -41,14 +41,14 @@
 (define-public elfutils
   (package
     (name "elfutils")
-    (version "0.173")
+    (version "0.176")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://sourceware.org/elfutils/ftp/";
                                   version "/elfutils-" version ".tar.bz2"))
               (sha256
                (base32
-                "1zq0l12k64hrbjmdjc4llrad96c25i427hpma1id9nk87w9qqvdp"))
+                "08qhrl4g6qqr4ga46jhh78y56a47p3msa5b2x1qhzbxhf71lfmzb"))
               (patches (search-patches "elfutils-tests-ptrace.patch"))))
     (build-system gnu-build-system)
 



reply via email to

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