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

* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.25.
[source]: Update source uri.
master
Efraim Flashner 2019-01-21 10:54:42 +02:00
parent f860a068f9
commit 6a19aaca50
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -3648,15 +3648,15 @@ allows you to locate these files after installation.")
(define-public perl-file-slurp
(package
(name "perl-file-slurp")
(version "9999.19")
(version "9999.25")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/U/UR/URI/"
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
"File-Slurp-" version ".tar.gz"))
(sha256
(base32
"0hrn4nipwx40d6ji8ssgr5nw986z9iqq8cn0kdpbszh9jplynaff"))))
"1hg3bhf5m78d77p4174cnldd75ppyrvr5rkc8w289ihvwsx9gsn7"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/File-Slurp")
(synopsis "Reading/Writing/Modifying of complete files")