mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: erlang-erlware-commons: Update to 1.7.0.
* gnu/packages/erlang.scm (erlang-erlware-commons): Update to 1.7.0. Change-Id: I72a7c0a592b2a485ea8d3bab7337e476ebce0f5a Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
c137516665
commit
1f0c5fd8e7
1 changed files with 2 additions and 2 deletions
|
@ -370,13 +370,13 @@ (define-public erlang-edown
|
|||
(define-public erlang-erlware-commons
|
||||
(package
|
||||
(name "erlang-erlware-commons")
|
||||
(version "1.6.0")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "erlware_commons" version))
|
||||
(sha256
|
||||
(base32 "18qam9xdzi74wppb0cj4zc8161i0i8djr79z8662m6d276f2jz5m"))))
|
||||
(base32 "0fxkfzw3akq1zgiy3xk63irxzfifa5mk34ik75hvlcf0zzs0x1f0"))))
|
||||
(build-system rebar-build-system)
|
||||
(propagated-inputs
|
||||
(list erlang-cf))
|
||||
|
|
Loading…
Reference in a new issue