summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 20:22:10 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:31:52 +0100
commit7066764e9f5f3893c79c9d2a49a6c7232b5213a4 (patch)
treebd98914cca65db002cd57712369780c01cd01171 /gnu
parent687a8b0857dc3afdd53002e7113402307400657f (diff)
downloadguix-patches-7066764e9f5f3893c79c9d2a49a6c7232b5213a4.tar
guix-patches-7066764e9f5f3893c79c9d2a49a6c7232b5213a4.tar.gz
gnu: perl-clone: Update to 0.41.
* gnu/packages/perl.scm (perl-clone): Update to 0.41.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8593241aa9..a6431e3fbb 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