guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: perl-clone: Update to 0.43.


From: guix-commits
Subject: 02/05: gnu: perl-clone: Update to 0.43.
Date: Tue, 17 Sep 2019 10:06:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e8b549fe6601d31ada0771a32d0b21928acb94c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 17 13:13:01 2019 +0200

    gnu: perl-clone: Update to 0.43.
    
    * gnu/packages/perl.scm (perl-clone): Update to 0.43.
---
 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 56a857c..d104c24 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1266,14 +1266,14 @@ arrays for their internal representation.")
 (define-public perl-clone
   (package
     (name "perl-clone")
-    (version "0.42")
+    (version "0.43")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://cpan/authors/id/G/GA/GARU/"
+              (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
                                   "Clone-" version ".tar.gz"))
               (sha256
                (base32
-                "1r87rdm0nilfayxwlzvylwc8r3hr5m24180x437j30qpizdk1aal"))))
+                "1npf5s4b90ds6lv8gn76b2w4bdh0z5ni5zk4skgc2db5d12560lr"))))
     (build-system perl-build-system)
     (synopsis "Recursively copy Perl datatypes")
     (description



reply via email to

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