diff options
author | Igor Goryachev via Guix-patches via <guix-patches@gnu.org> | 2024-06-13 09:17:46 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-06-20 14:22:50 +0400 |
commit | c31d49ff06633ea4c6625049ba20082747dcf622 (patch) | |
tree | ed03e27614340b2f11abdac3e9aa4269e23022aa | |
parent | 38c1b58521262256974a5785093bf5549a4ad9d5 (diff) | |
download | guix-c31d49ff06633ea4c6625049ba20082747dcf622.tar.gz guix-c31d49ff06633ea4c6625049ba20082747dcf622.zip |
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>
-rw-r--r-- | gnu/packages/erlang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index d0857f4699..0bbeb8816f 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -430,13 +430,13 @@ arguments using the GNU getopt syntax.") (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 |