me
/
guix
Archived
1
0
Fork 0

gnu: libconfini: Update to 1.16.4.

* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent 15ac9ace9c
commit 6efe29d2e7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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