gnu: perl-sub-quote: Update to 2.006003.
* gnu/packages/perl.scm (perl-sub-quote): Update to 2.006003.
This commit is contained in:
parent
b6c01d147f
commit
590b1f92bb
|
@ -3690,8 +3690,7 @@ allows you to locate these files after installation.")
|
||||||
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
|
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
|
||||||
"File-Slurp-" version ".tar.gz"))
|
"File-Slurp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
|
||||||
"0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/File-Slurp")
|
(home-page "https://metacpan.org/release/File-Slurp")
|
||||||
(synopsis "Reading/Writing/Modifying of complete files")
|
(synopsis "Reading/Writing/Modifying of complete files")
|
||||||
|
@ -7720,7 +7719,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.005001")
|
(version "2.006003")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7728,8 +7727,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
|
(base32 "0xl1w55qilqc3xdqvmjzs5vjnjdc0d4633yw7hh1yd9zfxpkl7xy"))))
|
||||||
"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