Perl-Class-Load-XS: 0.06 -> 0.09

This commit is contained in:
Pascal Wittmann 2015-10-11 12:12:54 +02:00
parent c12a8f49c1
commit 228a323374

View File

@ -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 ];