mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-json: Update to 4.02.
* gnu/packages/perl.scm (perl-json): Update to 4.02.
This commit is contained in:
parent
ce5b81f72b
commit
8de0e90bc0
1 changed files with 2 additions and 2 deletions
|
@ -4416,7 +4416,7 @@ (define-public perl-ipc-system-simple
|
||||||
(define-public perl-json
|
(define-public perl-json
|
||||||
(package
|
(package
|
||||||
(name "perl-json")
|
(name "perl-json")
|
||||||
(version "4.01")
|
(version "4.02")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4424,7 +4424,7 @@ (define-public perl-json
|
||||||
"JSON-" version ".tar.gz"))
|
"JSON-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vdiw095g5rf51q8d0ipf8020jx371pma0k4sxp0wlfl76lr65b3"))))
|
"0z32x2lijij28c9fhmzgxc41i9nw24fyvd2a8ajs5zw9b9sqhjj4"))))
|
||||||
(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 a new issue