Skip to content

Commit

Permalink
[cpan2nix] perlPackages.Clone: 0.39 -> 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Dec 28, 2018
1 parent ab2baca commit 0677440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2285,10 +2285,10 @@ let


Clone = buildPerlPackage rec {
name = "Clone-0.39";
name = "Clone-0.41";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GA/GARU/${name}.tar.gz";
sha256 = "0bgsidb96gxzf3zhy6v1ksj1c200vxbwykk32fqm1mj97rl4dc5c";
sha256 = "060mlm31lacirpnp5fl9jqk4m9cl07vjlh89k83qk25wykf5dh78";
};
meta = {
description = "Recursively copy Perl datatypes";
Expand Down

0 comments on commit 0677440

Please sign in to comment.