gnu: perl-file-slurp: Update to 9999.27.
* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.27.
This commit is contained in:
parent
cbebccbec8
commit
44efdc029b
|
@ -3764,14 +3764,14 @@ allows you to locate these files after installation.")
|
||||||
(define-public perl-file-slurp
|
(define-public perl-file-slurp
|
||||||
(package
|
(package
|
||||||
(name "perl-file-slurp")
|
(name "perl-file-slurp")
|
||||||
(version "9999.26")
|
(version "9999.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(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 "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
|
(base32 "1x233kj1qifvii7j8d4wzarwhj5z11vnpxsqvdm98dsccr7qi79s"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue