gnu: libconfini: Update to 1.16.4.
* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
This commit is contained in:
parent
15ac9ace9c
commit
6efe29d2e7
1 changed files with 2 additions and 2 deletions
|
@ -1474,7 +1474,7 @@ output randomness while retaining speed, simplicity, and conciseness.")
|
||||||
(define-public libconfini
|
(define-public libconfini
|
||||||
(package
|
(package
|
||||||
(name "libconfini")
|
(name "libconfini")
|
||||||
(version "1.16.3")
|
(version "1.16.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1483,7 +1483,7 @@ output randomness while retaining speed, simplicity, and conciseness.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01g8ai2z4fwshk06k824j6ib8nfb3cwxs5kqpqjvv4k5ayzm892h"))))
|
"002lmf1b2phmc6s348k00yx5shrcc7psn3pgqvraxvr6n8g747jx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue