gnu: libconfini: Update to 1.16.4.

* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
This commit is contained in:
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

View file

@ -1474,7 +1474,7 @@ (define-public pcg-cpp
(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 @@ (define-public libconfini
(file-name (git-file-name name version))
(sha256
(base32
"01g8ai2z4fwshk06k824j6ib8nfb3cwxs5kqpqjvv4k5ayzm892h"))))
"002lmf1b2phmc6s348k00yx5shrcc7psn3pgqvraxvr6n8g747jx"))))
(build-system gnu-build-system)
(arguments
`(#:phases