[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libabigail: Update to 1.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libabigail: Update to 1.8. |
Date: |
Tue, 19 Jan 2021 18:27:17 -0500 |
This is an automated email from the git hooks/post-receive script.
bavier pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 13f5f3a gnu: libabigail: Update to 1.8.
13f5f3a is described below
commit 13f5f3a2516b211766b33b97875c018a6e1e2388
Author: Eric Bavier <bavier@member.fsf.org>
AuthorDate: Tue Jan 19 17:10:07 2021 -0600
gnu: libabigail: Update to 1.8.
* gnu/packages/elf.scm (libabigail): Update to 1.8.
---
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 48558d5..5445986 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -113,14 +113,14 @@ object or archive file), @command{eu-strip} (for
discarding symbols),
(package
(name "libabigail")
(home-page "https://sourceware.org/libabigail/")
- (version "1.7")
+ (version "1.8")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/pub/libabigail/"
"libabigail-" version ".tar.gz"))
(sha256
(base32
- "0bf8w01l6wm7mm4clfg5rqi30m1ws11qqa4bp2vxghfwgi9ai8i7"))))
+ "0p363mkgypcklgf8iylxpbdnfgqc086a6fv7n9hzrjjci45jdgqw"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libabigail: Update to 1.8.,
guix-commits <=