gnu: perl-clone: Update to 0.42.
* gnu/packages/perl.scm (perl-clone): Update to 0.42.
This commit is contained in:
parent
2756ab8058
commit
6f4d20e387
|
@ -1266,14 +1266,14 @@ arrays for their internal representation.")
|
||||||
(define-public perl-clone
|
(define-public perl-clone
|
||||||
(package
|
(package
|
||||||
(name "perl-clone")
|
(name "perl-clone")
|
||||||
(version "0.41")
|
(version "0.42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/G/GA/GARU/"
|
(uri (string-append "mirror://cpan/authors/id/G/GA/GARU/"
|
||||||
"Clone-" version ".tar.gz"))
|
"Clone-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"060mlm31lacirpnp5fl9jqk4m9cl07vjlh89k83qk25wykf5dh78"))))
|
"1r87rdm0nilfayxwlzvylwc8r3hr5m24180x437j30qpizdk1aal"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(synopsis "Recursively copy Perl datatypes")
|
(synopsis "Recursively copy Perl datatypes")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue