mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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:
parent
38c1b58521
commit
c31d49ff06
1 changed files with 2 additions and 2 deletions
|
@ -430,13 +430,13 @@ (define-public erlang-getopt
|
||||||
(define-public erlang-hex-core
|
(define-public erlang-hex-core
|
||||||
(package
|
(package
|
||||||
(name "erlang-hex-core")
|
(name "erlang-hex-core")
|
||||||
(version "0.8.4")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri "hex_core" version))
|
(uri (hexpm-uri "hex_core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06p65hlm29ky03vs3fq3qz6px2ylwp8b0f2y75wdf5cm0kx2332b"))))
|
(base32 "0mwz3n5jaabyc77q7w0pqsr5hl4r44bzr90gq30gz9zk5pmrl8hw"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue