mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-json-maybexs: Update to 1.004000.
* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004000.
This commit is contained in:
parent
150e3b924a
commit
767e00ec23
1 changed files with 2 additions and 2 deletions
|
@ -4408,7 +4408,7 @@ (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.003010")
|
(version "1.004000")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4416,7 +4416,7 @@ (define-public perl-json-maybexs
|
||||||
"JSON-MaybeXS-" version ".tar.gz"))
|
"JSON-MaybeXS-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hs504x5zsa2vl6r7b3rvbygsak1ly24m1lg636bqp3x7jirmb30"))))
|
"09m1w03as6n0a00pzvaldkhm494yaf5n0g3j2cwwfx24iwpa1gar"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-without-module" ,perl-test-without-module)))
|
`(("perl-test-without-module" ,perl-test-without-module)))
|
||||||
|
|
Loading…
Reference in a new issue