gnu: perl-sub-quote: Update to 2.005001.
* gnu/packages/perl.scm (perl-sub-quote): Update to 2.005001.
This commit is contained in:
parent
9b8e38ae3d
commit
c3a17ab7af
|
@ -7690,7 +7690,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.005000")
|
(version "2.005001")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7699,7 +7699,7 @@ return value is the sub.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zv45cvj4ifkbr61ydcpphnj6lvib37gfxwfh40h0yzf3c8lbca4"))))
|
"01xsvfdpxzimsbrp9mqipsr93y83nhj21q05g8v1bw6yfl3lzayn"))))
|
||||||
(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