guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Efraim Flashner
Subject: 02/02: gnu: perl-file-remove: Update to 1.57.
Date: Mon, 17 Jul 2017 05:52:44 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 44455ab95187b029d551d5c4d5a89ea07efc9d69
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 17 12:48:14 2017 +0300

    gnu: perl-file-remove: Update to 1.57.
    
    * gnu/packages/perl.scm (perl-file-remove): Update to 1.57.
    [source]: Update source uri.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2672c22..3cae8df 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]