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:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:47 +03:00 committed by Andrew Tropin
parent c31d49ff06
commit 1e21e6ffca
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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