mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perl-Clone: 0.36 -> 0.38
This commit is contained in:
parent
28abf148a7
commit
3ee6baf7ee
1 changed files with 4 additions and 4 deletions
|
@ -1792,11 +1792,11 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
Clone = buildPerlPackage {
|
||||
name = "Clone-0.36";
|
||||
Clone = buildPerlPackage rec {
|
||||
name = "Clone-0.38";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/G/GA/GARU/Clone-0.36.tar.gz;
|
||||
sha256 = "1i90l24l46dyadmdz82klyh3y1lhfn75wjjpfmgl1kbr4plgdph3";
|
||||
url = "mirror://cpan/authors/id/G/GA/GARU/${name}.tar.gz";
|
||||
sha256 = "1s5xrv9zlckqqzyhxi0l9lwj9m6na2bz5hqxrkva2v7gnx5m7c4z";
|
||||
};
|
||||
meta = {
|
||||
description = "Recursively copy Perl datatypes";
|
||||
|
|
Loading…
Reference in a new issue