me
/
guix
Archived
1
0
Fork 0

gnu: erlang-relx: Update to 4.9.0.

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

Change-Id: I6e767f7c54d182566db6865b28a7a6e1e864ba9c
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-06-13 09:17:49 +03:00 committed by Andrew Tropin
parent 58366381bc
commit 92eb4dbb94
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -565,13 +565,13 @@ testing of stateful systems.")
(define-public erlang-relx (define-public erlang-relx
(package (package
(name "erlang-relx") (name "erlang-relx")
(version "4.6.0") (version "4.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (hexpm-uri "relx" version)) (uri (hexpm-uri "relx" version))
(sha256 (sha256
(base32 "02gmfx1vxg9m3mq4njsqhs4972l4nb8m5p1pdcf64g09ccf17y1g")))) (base32 "1iamihsd3gi82sc7169rx5730drvgm0n4k7clg75pap79b6pgjqj"))))
(build-system rebar-build-system) (build-system rebar-build-system)
(propagated-inputs (propagated-inputs
(list erlang-bbmustache)) (list erlang-bbmustache))