mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libabigail: Update to 1.6.
* gnu/packages/elf.scm (libabigail): Update to 1.6.
This commit is contained in:
parent
1f2f358b69
commit
29cc115436
1 changed files with 2 additions and 2 deletions
|
@ -96,14 +96,14 @@ (define-public libabigail
|
||||||
(package
|
(package
|
||||||
(name "libabigail")
|
(name "libabigail")
|
||||||
(home-page "https://sourceware.org/libabigail/")
|
(home-page "https://sourceware.org/libabigail/")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://sourceware.org/pub/" name
|
(uri (string-append "https://sourceware.org/pub/" name
|
||||||
"/" name "-" version ".tar.gz"))
|
"/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0srfnkbm386sl2n85686nl28da6ksbs7jgnfks9k0n61c772aas4"))))
|
"04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static"
|
`(#:configure-flags '("--disable-static"
|
||||||
|
|
Loading…
Reference in a new issue