gnu: perl-file-remove: Update to 1.57.

* gnu/packages/perl.scm (perl-file-remove): Update to 1.57.
[source]: Update source uri.
master
Efraim Flashner 2017-07-17 12:48:14 +03:00
parent 679899990d
commit 44455ab951
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -3065,15 +3065,15 @@ matching a regular expression.")
(define-public perl-file-remove
(package
(name "perl-file-remove")
(version "1.52")
(version "1.57")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
"File-Remove-" version ".tar.gz"))
(sha256
(base32
"1p8bal9qhwkjbghivxn1d5m3qdj2qwm1agrjbmakm6la9dbxqm21"))))
"1b814lw181kkqh6c1n4p2zlzzsq6ic5pfpr831nphf2w2rhcvgmk"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/File-Remove")
(synopsis "Remove files and directories in Perl")