gnu: perl-json: Update to 4.01.
* gnu/packages/perl.scm (perl-json): Update to 4.01. [source]: Update source uri.
This commit is contained in:
parent
8c396a0576
commit
5b0fe2b8f1
@ -4363,15 +4363,15 @@ commands.")
|
|||||||
(define-public perl-json
|
(define-public perl-json
|
||||||
(package
|
(package
|
||||||
(name "perl-json")
|
(name "perl-json")
|
||||||
(version "2.90")
|
(version "4.01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MAKAMAKA/"
|
(uri (string-append "mirror://cpan/authors/id/I/IS/ISHIGAKI/"
|
||||||
"JSON-" version ".tar.gz"))
|
"JSON-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"127yppvr17qik9pkd1vy901hs4l13kg6rhp76jdgcyask35v7nsd"))))
|
"1vdiw095g5rf51q8d0ipf8020jx371pma0k4sxp0wlfl76lr65b3"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-json-xs" ,perl-json-xs))) ;recommended
|
`(("perl-json-xs" ,perl-json-xs))) ;recommended
|
||||||
|
Loading…
Reference in New Issue
Block a user