diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 18:06:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 00:11:15 +0100 |
commit | 8de0e90bc08c43bb93290bc03eb778118d735f45 (patch) | |
tree | 0331a99ed40cc7534a5d4fbe1e91bf7b072be8e1 /gnu | |
parent | ce5b81f72bc4d746c95eec09205c42e31b8882fd (diff) | |
download | guix-8de0e90bc08c43bb93290bc03eb778118d735f45.tar guix-8de0e90bc08c43bb93290bc03eb778118d735f45.tar.gz |
gnu: perl-json: Update to 4.02.
* gnu/packages/perl.scm (perl-json): Update to 4.02.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 3fe664f704..88e48d3e5a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4416,7 +4416,7 @@ commands.") (define-public perl-json (package (name "perl-json") - (version "4.01") + (version "4.02") (source (origin (method url-fetch) @@ -4424,7 +4424,7 @@ commands.") "JSON-" version ".tar.gz")) (sha256 (base32 - "1vdiw095g5rf51q8d0ipf8020jx371pma0k4sxp0wlfl76lr65b3")))) + "0z32x2lijij28c9fhmzgxc41i9nw24fyvd2a8ajs5zw9b9sqhjj4")))) (build-system perl-build-system) (propagated-inputs `(("perl-json-xs" ,perl-json-xs))) ;recommended |