gnu: perl-cpanel-json-xs: Update to 4.15.

* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.15.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-29 00:00:54 +01:00
parent 0aa217e760
commit a95533ac86
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1611,14 +1611,14 @@ (define-public perl-cpan-meta-check
(define-public perl-cpanel-json-xs
(package
(name "perl-cpanel-json-xs")
(version "4.12")
(version "4.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
"Cpanel-JSON-XS-" version ".tar.gz"))
(sha256
(base32 "0n66da8s88srr591i7gm1d611z9jbcz488fhqxy604diiw8pnha9"))))
(base32 "1695408fj6jjx6dv5082hhxg5am480x1nz7s0f355npv0wm776wx"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-common-sense" ,perl-common-sense)))