mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
perlPackages.ClassLoad: update from 0.20 to 0.21
This commit is contained in:
parent
adaa09ea51
commit
9fbd2668a5
@ -1309,10 +1309,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ClassLoad = buildPerlPackage {
|
ClassLoad = buildPerlPackage {
|
||||||
name = "Class-Load-0.20";
|
name = "Class-Load-0.21";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Class-Load-0.20.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Class-Load-0.21.tar.gz;
|
||||||
sha256 = "084cxrm0hcpyz3ly1iqkcjpl4bs03n42na37d3pzwa8xbs44ag42";
|
sha256 = "0z04r0jdk8l3qd96f75q3042p76hr4i747dg87s7xrpp0bjbmn8h";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestRequires ];
|
buildInputs = [ TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
|
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
|
||||||
|
Loading…
Reference in New Issue
Block a user