guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 743dead477694c63c34079f15a023f89cd67e0d6
Author: Giacomo Leidi <[email protected]>
AuthorDate: Thu Oct 2 11:38:28 2025 +0200

    gnu: erlang-hex-core: Update to 0.11.0.
    
    * gnu/packages/erlang.scm (erlang-hex-core): Update to 0.11.0.
    
    Change-Id: Ie73fc9d643ed19f9c6a04db0c79acfa55fe66ac9
---
 gnu/packages/erlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index ba446ab494..7da43f0825 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -490,13 +490,13 @@ arguments using the GNU getopt syntax.")
 (define-public erlang-hex-core
   (package
     (name "erlang-hex-core")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "hex_core" version))
        (sha256
-        (base32 "0mwz3n5jaabyc77q7w0pqsr5hl4r44bzr90gq30gz9zk5pmrl8hw"))))
+        (base32 "1c70rlq1v7wjyw38nh97xabmzy5isbqj5d9d5ab92m22g9kr6y3h"))))
     (build-system rebar-build-system)
     (arguments
      `(#:phases

Reply via email to