gnu: perl-json-maybexs: Update to 1.004003.

* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004003.
[native-inputs]: Remove PERL-TEST-WITHOUT-MODULE.  Add PERL-TEST-NEEDS.
This commit is contained in:
Marius Bakke 2020-12-15 22:34:04 +01:00
parent 4f9fa274d4
commit ce7b18837c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5553,18 +5553,18 @@ (define-public perl-json-any
(define-public perl-json-maybexs (define-public perl-json-maybexs
(package (package
(name "perl-json-maybexs") (name "perl-json-maybexs")
(version "1.004000") (version "1.004003")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/" (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"JSON-MaybeXS-" version ".tar.gz")) "JSON-MaybeXS-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"09m1w03as6n0a00pzvaldkhm494yaf5n0g3j2cwwfx24iwpa1gar")))) "1grg8saa318bs4x2wqnww7y0nra7azrzg35bk5pgvkwxzwbkpvjv"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-without-module" ,perl-test-without-module))) `(("perl-test-needs" ,perl-test-needs)))
(inputs (inputs
`(("perl-cpanel-json-xs" ,perl-cpanel-json-xs))) `(("perl-cpanel-json-xs" ,perl-cpanel-json-xs)))
(home-page "https://metacpan.org/release/JSON-MaybeXS") (home-page "https://metacpan.org/release/JSON-MaybeXS")