gnu: libinih: Update to 53.
* gnu/packages/linux.scm (libinih): Update to 53.
This commit is contained in:
parent
0aaac779d4
commit
ed6900f974
1 changed files with 2 additions and 2 deletions
|
@ -7149,7 +7149,7 @@ IP addresses and routes, and configure IPsec.")
|
||||||
(define-public libinih
|
(define-public libinih
|
||||||
(package
|
(package
|
||||||
(name "libinih")
|
(name "libinih")
|
||||||
(version "52")
|
(version "53")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7158,7 +7158,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
|
||||||
"0lsvm34zabvi1xlximybzvgc58zb90mm3b9babwxlqs05jy871m4"))))
|
"0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-Ddistro_install=true" "-Ddefault_library=shared")))
|
'(#:configure-flags '("-Ddistro_install=true" "-Ddefault_library=shared")))
|
||||||
|
|
Reference in a new issue