gnu: perl-file-slurp: Update to 9999.27.
* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.27.master
parent
cbebccbec8
commit
44efdc029b
|
@ -3764,14 +3764,14 @@ allows you to locate these files after installation.")
|
|||
(define-public perl-file-slurp
|
||||
(package
|
||||
(name "perl-file-slurp")
|
||||
(version "9999.26")
|
||||
(version "9999.27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
|
||||
"File-Slurp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
|
||||
(base32 "1x233kj1qifvii7j8d4wzarwhj5z11vnpxsqvdm98dsccr7qi79s"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/File-Slurp")
|
||||
(synopsis "Reading/Writing/Modifying of complete files")
|
||||
|
|
Reference in New Issue