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