gnu: utfcpp: Update to 3.2.5.

* gnu/packages/textutils.scm (utfcpp): Update to 3.2.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Hilton Chain 2023-09-27 21:04:00 +08:00 committed by Christopher Baines
parent 697406fef7
commit 367f0317d9
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -692,7 +692,7 @@ (define-public catdoc
(define-public utfcpp
(package
(name "utfcpp")
(version "3.2.4")
(version "3.2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -709,7 +709,7 @@ (define-public utfcpp
"<ftest/ftest.h>"))))
(sha256
(base32
"0p18cbdk57ilbgcgprgqp7fgysb5i0nidczbhc5rnxkiiw4jvxgn"))))
"195n47dblx765xas54vkgyin3xsvfnvcdc614njzqmcxybfpvix2"))))
(build-system cmake-build-system)
(native-inputs (list ftest))
(home-page "https://github.com/nemtrif/utfcpp")