gnu: perl-sub-quote: Update to 2.006006.

* gnu/packages/perl.scm (perl-sub-quote): Update to 2.006006.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-04 01:06:16 +02:00
parent 85c7397509
commit e8190ba9fb
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -7895,7 +7895,7 @@ return value is the sub.")
(define-public perl-sub-quote
(package
(name "perl-sub-quote")
(version "2.006003")
(version "2.006006")
(source
(origin
(method url-fetch)
@ -7903,7 +7903,7 @@ return value is the sub.")
"mirror://cpan/authors/id/H/HA/HAARG/Sub-Quote-"
version ".tar.gz"))
(sha256
(base32 "0xl1w55qilqc3xdqvmjzs5vjnjdc0d4633yw7hh1yd9zfxpkl7xy"))))
(base32 "17fq4iskrisnqs96amrz493vxikwvqbj9s7014k6vyl84gs2lkkf"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)))