gnu: perl-file-slurp: Update to 9999.26.

* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.26.
master
Tobias Geerinckx-Rice 2019-03-23 14:20:10 +01:00
parent a506a4c380
commit b6c01d147f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3683,7 +3683,7 @@ 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.25") (version "9999.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3691,7 +3691,7 @@ allows you to locate these files after installation.")
"File-Slurp-" version ".tar.gz")) "File-Slurp-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hg3bhf5m78d77p4174cnldd75ppyrvr5rkc8w289ihvwsx9gsn7")))) "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")