diff mbox series

[bug#66237] gnu: utfcpp: Update to 3.2.5.

Message ID c8cf4a69a5c070a0415215f889f48f5db09ad4da.1695819766.git.hako@ultrarare.space
State New
Headers show
Series [bug#66237] gnu: utfcpp: Update to 3.2.5. | expand

Commit Message

Hilton Chain Sept. 27, 2023, 1:04 p.m. UTC
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.5.
---

Changes: <https://github.com/nemtrif/utfcpp/compare/v3.2.4...v3.2.5>

 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: ce0cc6137df81919389f61671096a6ce701c0889

Comments

Christopher Baines Sept. 30, 2023, 10:07 a.m. UTC | #1
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/textutils.scm (utfcpp): Update to 3.2.5.
> ---
>
> Changes: <https://github.com/nemtrif/utfcpp/compare/v3.2.4...v3.2.5>
>
>  gnu/packages/textutils.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to master as 367f0317d9826c387430138ec9686f207e2d0c24.

Chris
diff mbox series

Patch

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 @@  (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")