mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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 @@ (define-public go-netlink
|
|||
(define-public libinih
|
||||
(package
|
||||
(name "libinih")
|
||||
(version "52")
|
||||
(version "53")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7158,7 +7158,7 @@ (define-public libinih
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lsvm34zabvi1xlximybzvgc58zb90mm3b9babwxlqs05jy871m4"))))
|
||||
"0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("-Ddistro_install=true" "-Ddefault_library=shared")))
|
||||
|
|
Loading…
Reference in a new issue