diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 03:41:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 05:36:53 +0200 |
commit | 15fc96e07366fe7540144767996e1f4f85e09776 (patch) | |
tree | e029cea95273683467d05402df4c996a91696b71 /gnu/packages/perl.scm | |
parent | 54c3b7bf66fbcb15830ca960bc1cc813fa216901 (diff) | |
download | guix-15fc96e07366fe7540144767996e1f4f85e09776.tar guix-15fc96e07366fe7540144767996e1f4f85e09776.tar.gz |
gnu: perl-clone: Update to 0.39.
* gnu/packages/perl.scm (perl-clone): Update to 0.39.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 1c93c470f9..2e3f92f4e2 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -1320,14 +1320,14 @@ arrays for their internal representation.") (define-public perl-clone (package (name "perl-clone") - (version "0.38") + (version "0.39") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/G/GA/GARU/" "Clone-" version ".tar.gz")) (sha256 (base32 - "1s5xrv9zlckqqzyhxi0l9lwj9m6na2bz5hqxrkva2v7gnx5m7c4z")))) + "0bgsidb96gxzf3zhy6v1ksj1c200vxbwykk32fqm1mj97rl4dc5c")))) (build-system perl-build-system) (synopsis "Recursively copy Perl datatypes") (description |