summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-11-23 10:35:53 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-11-23 10:35:53 +0300
commit5baaa0da3ab2cb969942acfc6d2ae09ee8561365 (patch)
tree17604fa773318ff88a4fff361a2158119c5157e0
parent65762d5ac951dad9800d164810688b1bb5c968eb (diff)
gnu: libabigail: Update to 2.9.
* gnu/packages/elf.scm (libabigail): Update to 2.9. [propagated-inputs]: Add xxhash. Change-Id: I7976af23464156346d4e45eb138afef1b0640422
-rw-r--r--gnu/packages/elf.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 892a45123cb..a670d716409 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -47,6 +47,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
+ #:use-module (gnu packages digest)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages gawk)
@@ -203,14 +204,14 @@ object or archive file), @command{eu-strip} (for discarding symbols),
(package
(name "libabigail")
(home-page "https://sourceware.org/libabigail/")
- (version "2.0")
+ (version "2.9")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/pub/libabigail/"
- "libabigail-" version ".tar.gz"))
+ "libabigail-" version ".tar.xz"))
(sha256
(base32
- "1nkg7fsqvdr453hrskscy6xqz6fv45mylpgv1357dw3blnbsw11p"))))
+ "0f6p86ispkiaxsqlqp9xdmhn0yjyagq1w7q94pd8m8h566m6pf5l"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~(list "--disable-static"
@@ -247,7 +248,8 @@ object or archive file), @command{eu-strip} (for discarding symbols),
(list pkg-config texinfo python-sphinx python))
(propagated-inputs
(list elfutils ;libabigail.la says -lelf
- libxml2)) ;in Requires.private of libabigail.pc
+ libxml2 ;in Requires.private of libabigail.pc
+ xxhash))
(synopsis "Analyze application binary interfaces (ABIs)")
(description
"@dfn{ABIGAIL} stands for the Application Binary Interface Generic