gnu: libinih: Update to 57.

* gnu/packages/linux.scm (libinih): Update to 57.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 236edb05d7
commit cfbaef68eb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8858,7 +8858,7 @@ (define-public go-netlink
(define-public libinih
(package
(name "libinih")
(version "56")
(version "57")
(source (origin
(method git-fetch)
(uri (git-reference
@ -8867,7 +8867,7 @@ (define-public libinih
(file-name (git-file-name name version))
(sha256
(base32
"1fjqvf56yij15lgwj58dcmxlq5n98gzpbss0nnn1d2i5j7gf4kgf"))))
"03hpyahdkipm5wfalj2xkz6y9ncd9zrlhnf7vap6lr56jj2fz2bb"))))
(build-system meson-build-system)
;; Install static libraries for use by the initrd's xfsprogs/static.
(outputs (list "out" "static"))