gnu: erlang-jsone: Update to 1.8.1.
* gnu/packages/erlang.scm (erlang-jsone): Update to 1.8.1. Change-Id: I385c38c75a566ca4603fc871bef367220316bd2a Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
c31d49ff06
commit
1e21e6ffca
1 changed files with 2 additions and 2 deletions
|
@ -456,13 +456,13 @@ specifications.")
|
||||||
(define-public erlang-jsone
|
(define-public erlang-jsone
|
||||||
(package
|
(package
|
||||||
(name "erlang-jsone")
|
(name "erlang-jsone")
|
||||||
(version "1.7.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri "jsone" version))
|
(uri (hexpm-uri "jsone" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gaxiw76syjp3s9rygskm32y9799b917q752rw8bxj3bxq93g8x3"))))
|
(base32 "0f4px5l89a988rc8h79gb35zi0b2pjdy6y66hix1mia88491i2f7"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue