gnu: perl-clone: Update to 0.38.

* gnu/packages/perl.scm (perl-clone): Update to 0.38.
This commit is contained in:
Alex Sassmannshausen 2017-03-23 13:46:04 +01:00
parent fb89fc0cde
commit a941be6a3c
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 2 additions and 2 deletions

View File

@ -1154,14 +1154,14 @@ arrays for their internal representation.")
(define-public perl-clone (define-public perl-clone
(package (package
(name "perl-clone") (name "perl-clone")
(version "0.37") (version "0.38")
(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
"17fdhxpzrq2nwim3zkcrz4m9gjixp0i886yz54ysrshxy3k53wnr")))) "1s5xrv9zlckqqzyhxi0l9lwj9m6na2bz5hqxrkva2v7gnx5m7c4z"))))
(build-system perl-build-system) (build-system perl-build-system)
(synopsis "Recursively copy Perl datatypes") (synopsis "Recursively copy Perl datatypes")
(description (description