diff options
author | Igor Goryachev via Guix-patches via <guix-patches@gnu.org> | 2024-06-13 09:17:47 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-06-20 14:22:51 +0400 |
commit | 1e21e6ffcac97be26121956a21c43919aed679d5 (patch) | |
tree | 8b52a0984cfe3c0284087f064af5d13674ccb88b | |
parent | c31d49ff06633ea4c6625049ba20082747dcf622 (diff) | |
download | guix-1e21e6ffcac97be26121956a21c43919aed679d5.tar.gz guix-1e21e6ffcac97be26121956a21c43919aed679d5.zip |
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>
-rw-r--r-- | gnu/packages/erlang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 0bbeb8816f..f426c7b694 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -456,13 +456,13 @@ specifications.") (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 |