mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: perl-clone: Update to 0.41.
* gnu/packages/perl.scm (perl-clone): Update to 0.41.
This commit is contained in:
parent
687a8b0857
commit
7066764e9f
1 changed files with 2 additions and 2 deletions
|
@ -1292,14 +1292,14 @@ (define-public perl-class-xsaccessor
|
||||||
(define-public perl-clone
|
(define-public perl-clone
|
||||||
(package
|
(package
|
||||||
(name "perl-clone")
|
(name "perl-clone")
|
||||||
(version "0.39")
|
(version "0.41")
|
||||||
(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
|
||||||
"0bgsidb96gxzf3zhy6v1ksj1c200vxbwykk32fqm1mj97rl4dc5c"))))
|
"060mlm31lacirpnp5fl9jqk4m9cl07vjlh89k83qk25wykf5dh78"))))
|
||||||
(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 a new issue