[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: utfcpp: Update to 3.2.5.
From: |
guix-commits |
Subject: |
05/09: gnu: utfcpp: Update to 3.2.5. |
Date: |
Sat, 30 Sep 2023 05:35:14 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 367f0317d9826c387430138ec9686f207e2d0c24
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 27 21:04:00 2023 +0800
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>
---
gnu/packages/textutils.scm | 4 ++--
1 file 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")
- branch master updated (b268842ec4 -> ee5de9cdf2), guix-commits, 2023/09/30
- 03/09: gnu: picard: Update to 2.9.2., guix-commits, 2023/09/30
- 02/09: gnu: font-sarasa-gothic: Update to 0.42.0., guix-commits, 2023/09/30
- 05/09: gnu: utfcpp: Update to 3.2.5.,
guix-commits <=
- 09/09: gnu: sdcc: Update to 4.3.0., guix-commits, 2023/09/30
- 01/09: gnu: hdf-eos5: Update to 2.0., guix-commits, 2023/09/30
- 07/09: gnu: sdcc: Adjust format., guix-commits, 2023/09/30
- 04/09: gnu: libglvnd: Update to 1.7.0., guix-commits, 2023/09/30
- 06/09: gnu: sdcc: Update package style., guix-commits, 2023/09/30
- 08/09: gnu: sdcc: Embed absolute reference to μCsim., guix-commits, 2023/09/30