mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +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 {
|
||||
name = "Class-Load-0.20";
|
||||
name = "Class-Load-0.21";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Class-Load-0.20.tar.gz;
|
||||
sha256 = "084cxrm0hcpyz3ly1iqkcjpl4bs03n42na37d3pzwa8xbs44ag42";
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/Class-Load-0.21.tar.gz;
|
||||
sha256 = "0z04r0jdk8l3qd96f75q3042p76hr4i747dg87s7xrpp0bjbmn8h";
|
||||
};
|
||||
buildInputs = [ TestFatal TestRequires ];
|
||||
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
|
||||
|
Loading…
Reference in New Issue
Block a user