perl-Class-Unload: 0.08 -> 0.09
This commit is contained in:
parent
19c31ff690
commit
a980a4315a
|
@ -1713,10 +1713,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
ClassUnload = buildPerlPackage rec {
|
ClassUnload = buildPerlPackage rec {
|
||||||
name = "Class-Unload-0.08";
|
name = "Class-Unload-0.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz";
|
||||||
sha256 = "097gr3r2jgnm1175m4lpg4a97hv2mxrn9r0b2c6bn1x9xdhkywgh";
|
sha256 = "1q50hw217kll1vaxp7vz4x84f478ymd4lgz7mhmz8p94l8lxgi5g";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ClassInspector ];
|
propagatedBuildInputs = [ ClassInspector ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue