diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:09 +0200 |
commit | a4fa00332eef1726a41f746c5b893cd8f29d7f45 (patch) | |
tree | e06f0c1bc015d583f0d0f60aa0145b9460372e37 /gnu | |
parent | 23a01dddcf88af66f3c194e0513b0602a09b890f (diff) | |
download | guix-a4fa00332eef1726a41f746c5b893cd8f29d7f45.tar.gz guix-a4fa00332eef1726a41f746c5b893cd8f29d7f45.zip |
gnu: libinih: Update to 55.
* gnu/packages/linux.scm (libinih): Update to 55.
Diffstat (limited to 'gnu')
-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 2716e229e6..77ffaa4507 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8239,7 +8239,7 @@ IP addresses and routes, and configure IPsec.") (define-public libinih (package (name "libinih") - (version "53") + (version "55") (source (origin (method git-fetch) (uri (git-reference @@ -8248,7 +8248,7 @@ IP addresses and routes, and configure IPsec.") (file-name (git-file-name name version)) (sha256 (base32 - "0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6")))) + "0g6dkcphlzgxvh9zyf6rj82gigccca6x5acjxn01gz6rykfg0lnn")))) (build-system meson-build-system) ;; Install static libraries for use by the initrd's xfsprogs/static. (outputs (list "out" "static")) |