mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public erlang-hex-core
|
|||
(define-public erlang-jsone
|
||||
(package
|
||||
(name "erlang-jsone")
|
||||
(version "1.7.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "jsone" version))
|
||||
(sha256
|
||||
(base32 "1gaxiw76syjp3s9rygskm32y9799b917q752rw8bxj3bxq93g8x3"))))
|
||||
(base32 "0f4px5l89a988rc8h79gb35zi0b2pjdy6y66hix1mia88491i2f7"))))
|
||||
(build-system rebar-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue