guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 07b13851a3dbf80390f00a7ea510d4464e4ce5a8
Author: Giacomo Leidi <[email protected]>
AuthorDate: Thu Oct 2 11:40:38 2025 +0200

    gnu: erlang-unicode-util-compat: Update to 0.7.1.
    
    * gnu/packages/erlang-xyz.scm (erlang-unicode-util-compat): Update to 0.7.1.
    
    Change-Id: I7787f131da9072ef31c0f09602011000b0a29f84
---
 gnu/packages/erlang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 34d4c8558d..98f89d652e 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -1008,13 +1008,13 @@ on performance and robustness.")
 (define-public erlang-unicode-util-compat
   (package
     (name "erlang-unicode-util-compat")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "unicode_util_compat" version))
        (sha256
-        (base32 "08952lw8cjdw8w171lv8wqbrxc4rcmb3jhkrdb7n06gngpbfdvi5"))))
+        (base32 "0hinn81kwkr3fvxb4vvp6qqnf19f23hd2jkl34v27bp39j2igadk"))))
     (build-system rebar-build-system)
     (synopsis "Compatibility library for Erlang < 20")
     (description "This package provides @code{unicode_util} compatibility

Reply via email to