Perl-Class-Load-XS: 0.06 -> 0.09
This commit is contained in:
parent
c12a8f49c1
commit
228a323374
@ -1676,11 +1676,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ClassLoadXS = buildPerlModule {
|
ClassLoadXS = buildPerlPackage rec {
|
||||||
name = "Class-Load-XS-0.06";
|
name = "Class-Load-XS-0.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Class-Load-XS-0.06.tar.gz;
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "1dl739nnfw2j9rjgqxx24jqbanyvncqfnkwm27af8ik6kiqk50ik";
|
sha256 = "1aivalms81s3a2cj053ncgnmkpgl7vspna8ajlkqir7rdn8kpv5v";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleImplementation TestFatal TestRequires ];
|
buildInputs = [ ModuleImplementation TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ ClassLoad ];
|
propagatedBuildInputs = [ ClassLoad ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user