guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4ade01495c8593b18cbdfe5eec2ac727b03f45af
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:06:13 2026 +0200

    gnu: erlang-hex-core: Update to 0.18.0.
    
    * gnu/packages/erlang.scm (erlang-hex-core): Update to 0.18.0.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 aa898a2850..cf5ed1f629 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.11.0")
+    (version "0.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "hex_core" version))
        (sha256
-        (base32 "1c70rlq1v7wjyw38nh97xabmzy5isbqj5d9d5ab92m22g9kr6y3h"))))
+        (base32 "0zp0rmh5p2i60acw6fkm35al9zlnjcax2dirq27vnarwn5il3490"))))
     (build-system rebar-build-system)
     (arguments
      `(#:phases

Reply via email to