gnu: erlang-hex-core: Update to 0.10.0.

* gnu/packages/erlang.scm (erlang-hex-core): Update to 0.10.0.

Change-Id: I1fddff28f2194f55c79e00341bfc5525beab8ac2
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:46 +03:00 committed by Andrew Tropin
parent 38c1b58521
commit c31d49ff06
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -430,13 +430,13 @@ (define-public erlang-getopt
(define-public erlang-hex-core
(package
(name "erlang-hex-core")
(version "0.8.4")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "hex_core" version))
(sha256
(base32 "06p65hlm29ky03vs3fq3qz6px2ylwp8b0f2y75wdf5cm0kx2332b"))))
(base32 "0mwz3n5jaabyc77q7w0pqsr5hl4r44bzr90gq30gz9zk5pmrl8hw"))))
(build-system rebar-build-system)
(arguments
`(#:phases