gnu: perl-clone: Update to 0.41.

* gnu/packages/perl.scm (perl-clone): Update to 0.41.
master
Tobias Geerinckx-Rice 2019-03-22 20:22:10 +01:00
parent 687a8b0857
commit 7066764e9f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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