guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: perl-clone: Update to 0.41.


From: guix-commits
Subject: 11/14: gnu: perl-clone: Update to 0.41.
Date: Sat, 23 Mar 2019 09:49:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7066764e9f5f3893c79c9d2a49a6c7232b5213a4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 20:22:10 2019 +0100

    gnu: perl-clone: Update to 0.41.
    
    * gnu/packages/perl.scm (perl-clone): Update to 0.41.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8593241..a6431e3 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1292,14 +1292,14 @@ arrays for their internal representation.")
 (define-public perl-clone
   (package
     (name "perl-clone")
-    (version "0.39")
+    (version "0.41")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/G/GA/GARU/"
                                   "Clone-" version ".tar.gz"))
               (sha256
                (base32
-                "0bgsidb96gxzf3zhy6v1ksj1c200vxbwykk32fqm1mj97rl4dc5c"))))
+                "060mlm31lacirpnp5fl9jqk4m9cl07vjlh89k83qk25wykf5dh78"))))
     (build-system perl-build-system)
     (synopsis "Recursively copy Perl datatypes")
     (description



reply via email to

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