guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6c3d3ecaa4fcc8c5fc8886e0e93fc6522bddea5f
Author: Giacomo Leidi <[email protected]>
AuthorDate: Thu Oct 2 11:38:48 2025 +0200

    gnu: erlang-relx: Update to 4.10.0.
    
    * gnu/packages/erlang.scm (erlang-relx): Update to 4.10.0.
    
    Change-Id: I46f83b700b76190e2cc8cc565ef7ced56c05c055
---
 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 294d333844..7b38179f49 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -653,13 +653,13 @@ within Rebar3.")
 (define-public erlang-relx
   (package
     (name "erlang-relx")
-    (version "4.9.0")
+    (version "4.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "relx" version))
        (sha256
-        (base32 "1iamihsd3gi82sc7169rx5730drvgm0n4k7clg75pap79b6pgjqj"))))
+        (base32 "16blzc9djzwhaqv4vphl4xgf4siykvg46x9jdsflq3gk65qhymrf"))))
     (build-system rebar-build-system)
     (propagated-inputs
      (list erlang-bbmustache))

Reply via email to