guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: elfutils: Update to 0.167.


From: Leo Famulari
Subject: 01/01: gnu: elfutils: Update to 0.167.
Date: Wed, 26 Oct 2016 02:12:06 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 6c18c4f6031aad4f60db953a26917942c7401762
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 25 22:08:20 2016 -0400

    gnu: elfutils: Update to 0.167.
    
    * gnu/packages/elf.scm (elfutils): Update to 0.167.
---
 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 674b8ac..35b6449 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -30,7 +30,7 @@
 (define-public elfutils
   (package
     (name "elfutils")
-    (version "0.166")
+    (version "0.167")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38,7 +38,7 @@
                     version "/elfutils-" version ".tar.bz2"))
               (sha256
                (base32
-                "0c5s9klq1zyb0zkmrw636k97kz30p5ih8y8dpq8b4f54r0a6j19w"))
+                "0lv5fz2h7j9362l5apbg9jff7309ni385d3325ckavrbqj3h0c1z"))
               (patches (search-patches "elfutils-tests-ptrace.patch"))))
     (build-system gnu-build-system)
 



reply via email to

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