gnu: perl-json-any: Update to 1.39.

* gnu/packages/perl.scm (perl-json-any): Update to 1.39.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-30 13:04:15 +01:00
parent caa7adacce
commit 72ef03b92b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4120,7 +4120,7 @@ versa using either JSON::XS or JSON::PP.")
(define-public perl-json-any (define-public perl-json-any
(package (package
(name "perl-json-any") (name "perl-json-any")
(version "1.38") (version "1.39")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4128,7 +4128,7 @@ versa using either JSON::XS or JSON::PP.")
"JSON-Any-" version ".tar.gz")) "JSON-Any-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mk6shg82i7y852bvj5d0qqma1d9k0jh10k4mg62hbgr800gb2m4")))) "1hspg6khjb38syn59cysnapc1q77qgavfym3fqr6l2kiydf7ajdf"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-fatal" ,perl-test-fatal) `(("perl-test-fatal" ,perl-test-fatal)