diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | cfbaef68eb61c949c729e75abfcb245d3681d111 (patch) | |
tree | adacd7eea3c14f3b7d1805608f9f7081a99e8acc | |
parent | 236edb05d7aee0e88127a3809ff77786f934aec6 (diff) | |
download | guix-cfbaef68eb61c949c729e75abfcb245d3681d111.tar.gz guix-cfbaef68eb61c949c729e75abfcb245d3681d111.zip |
gnu: libinih: Update to 57.
* gnu/packages/linux.scm (libinih): Update to 57.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 221293f5aa..4120355b84 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8858,7 +8858,7 @@ IP addresses and routes, and configure IPsec.") (define-public libinih (package (name "libinih") - (version "56") + (version "57") (source (origin (method git-fetch) (uri (git-reference @@ -8867,7 +8867,7 @@ IP addresses and routes, and configure IPsec.") (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")) |