gnu: perl-sub-quote: Update to 2.006006.
* gnu/packages/perl.scm (perl-sub-quote): Update to 2.006006.
This commit is contained in:
parent
85c7397509
commit
e8190ba9fb
|
@ -7895,7 +7895,7 @@ return value is the sub.")
|
||||||
(define-public perl-sub-quote
|
(define-public perl-sub-quote
|
||||||
(package
|
(package
|
||||||
(name "perl-sub-quote")
|
(name "perl-sub-quote")
|
||||||
(version "2.006003")
|
(version "2.006006")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7903,7 +7903,7 @@ return value is the sub.")
|
||||||
"mirror://cpan/authors/id/H/HA/HAARG/Sub-Quote-"
|
"mirror://cpan/authors/id/H/HA/HAARG/Sub-Quote-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xl1w55qilqc3xdqvmjzs5vjnjdc0d4633yw7hh1yd9zfxpkl7xy"))))
|
(base32 "17fq4iskrisnqs96amrz493vxikwvqbj9s7014k6vyl84gs2lkkf"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-fatal" ,perl-test-fatal)))
|
`(("perl-test-fatal" ,perl-test-fatal)))
|
||||||
|
|
Loading…
Reference in New Issue