summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 15:03:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 15:03:52 +0200
commit29cc1154362f74112cae588f737f549124b70939 (patch)
treedcdef0070b2413f38b4f6df04766485a59864a14 /gnu
parent1f2f358b69a8a65f9edb7e0ca72583ced2c2b61e (diff)
downloadguix-29cc1154362f74112cae588f737f549124b70939.tar.gz
gnu: libabigail: Update to 1.6.
* gnu/packages/elf.scm (libabigail): Update to 1.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/elf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index ace31ec663..c3f00fb291 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -96,14 +96,14 @@ Executable and Linkable Format (@dfn{ELF}).  This includes @command{ld},
   (package
     (name "libabigail")
     (home-page "https://sourceware.org/libabigail/")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://sourceware.org/pub/" name
                                   "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0srfnkbm386sl2n85686nl28da6ksbs7jgnfks9k0n61c772aas4"))))
+                "04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static"