diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-09-27 21:04:00 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-30 10:31:27 +0100 |
commit | 367f0317d9826c387430138ec9686f207e2d0c24 (patch) | |
tree | 6c160090ed36cfdf8ed483716620530ac9ef9db1 /gnu | |
parent | 697406fef71c14502a8f9f14e22d27ddf95ed469 (diff) | |
download | guix-367f0317d9826c387430138ec9686f207e2d0c24.tar.gz guix-367f0317d9826c387430138ec9686f207e2d0c24.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index af2670e150..ddeb979334 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -692,7 +692,7 @@ spreadsheets and outputs it in comma-separated-value format, and (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 @@ spreadsheets and outputs it in comma-separated-value format, and "<ftest/ftest.h>")))) (sha256 (base32 - "0p18cbdk57ilbgcgprgqp7fgysb5i0nidczbhc5rnxkiiw4jvxgn")))) + "195n47dblx765xas54vkgyin3xsvfnvcdc614njzqmcxybfpvix2")))) (build-system cmake-build-system) (native-inputs (list ftest)) (home-page "https://github.com/nemtrif/utfcpp") |