[cpan2nix] perlPackages.DevelCycle: 1.11 -> 1.12

This commit is contained in:
volth 2018-04-07 07:51:35 +00:00
parent 7dbcad1c5f
commit 74cf2bca3c

View File

@ -4056,10 +4056,10 @@ let self = _self // overrides; _self = with self; {
};
DevelCycle = buildPerlPackage {
name = "Devel-Cycle-1.11";
name = "Devel-Cycle-1.12";
src = fetchurl {
url = mirror://cpan/authors/id/L/LD/LDS/Devel-Cycle-1.11.tar.gz;
sha256 = "17c73yx9r32xvrsh8y7q24y0m3b98yihjyf3q4y68j869nh2b4rs";
url = mirror://cpan/authors/id/L/LD/LDS/Devel-Cycle-1.12.tar.gz;
sha256 = "1hhb77kz3dys8yaik452j22cm3510zald2mpvfyv5clqv326aczx";
};
meta = {
description = "Find memory cycles in objects";