perlPackages.ExtUtilsTypemapsDefault: Update to 1.05 (fixes tests).
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
91decd3a35
commit
109070d78a
|
@ -3233,10 +3233,10 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsTypemapsDefault = buildPerlModule rec {
|
ExtUtilsTypemapsDefault = buildPerlModule rec {
|
||||||
name = "ExtUtils-Typemaps-Default-1.01";
|
name = "ExtUtils-Typemaps-Default-1.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/ExtUtils/${name}.tar.gz";
|
url = "mirror://cpan/modules/by-module/ExtUtils/${name}.tar.gz";
|
||||||
sha256 = "0k03rr7bmhnn6j0505w9id5apss85yvqnx76hxf3javn3klj1m5z";
|
sha256 = "1phmha0ks95kvzl00r1kgnd5hvg7qb1q9jmzjmw01p5zgs1zbyix";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ExtUtilsTypemap ExtUtilsParseXS ];
|
propagatedBuildInputs = [ ExtUtilsTypemap ExtUtilsParseXS ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue