perl-Class-Unload: 0.08 -> 0.09

This commit is contained in:
Pascal Wittmann 2015-10-11 21:42:24 +02:00
parent 19c31ff690
commit a980a4315a

View file

@ -1713,10 +1713,10 @@ let self = _self // overrides; _self = with self; {
};
ClassUnload = buildPerlPackage rec {
name = "Class-Unload-0.08";
name = "Class-Unload-0.09";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz";
sha256 = "097gr3r2jgnm1175m4lpg4a97hv2mxrn9r0b2c6bn1x9xdhkywgh";
sha256 = "1q50hw217kll1vaxp7vz4x84f478ymd4lgz7mhmz8p94l8lxgi5g";
};
propagatedBuildInputs = [ ClassInspector ];
};