1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: erlang-relx: Update to 4.10.0.

* gnu/packages/erlang.scm (erlang-relx): Update to 4.10.0.

Change-Id: I46f83b700b76190e2cc8cc565ef7ced56c05c055
This commit is contained in:
Giacomo Leidi
2025-10-02 11:38:48 +02:00
committed by Giacomo Leidi
parent 530e40cc7d
commit 6c3d3ecaa4

View File

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