mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
gnu: libinih: Update to 55.
* gnu/packages/linux.scm (libinih): Update to 55.
This commit is contained in:
parent
23a01dddcf
commit
a4fa00332e
1 changed files with 2 additions and 2 deletions
|
@ -8239,7 +8239,7 @@ IP addresses and routes, and configure IPsec.")
|
||||||
(define-public libinih
|
(define-public libinih
|
||||||
(package
|
(package
|
||||||
(name "libinih")
|
(name "libinih")
|
||||||
(version "53")
|
(version "55")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8248,7 +8248,7 @@ IP addresses and routes, and configure IPsec.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6"))))
|
"0g6dkcphlzgxvh9zyf6rj82gigccca6x5acjxn01gz6rykfg0lnn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
;; Install static libraries for use by the initrd's xfsprogs/static.
|
;; Install static libraries for use by the initrd's xfsprogs/static.
|
||||||
(outputs (list "out" "static"))
|
(outputs (list "out" "static"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue