perl-ExtUtils-XSpp: 0.1700 -> 0.18

This commit is contained in:
timor 2017-09-04 02:17:27 +02:00 committed by Bjørn Forsman
parent 34c76e463e
commit dd07d9a04d

View file

@ -5218,10 +5218,10 @@ let self = _self // overrides; _self = with self; {
};
ExtUtilsXSpp = buildPerlModule rec {
name = "ExtUtils-XSpp-0.1700";
name = "ExtUtils-XSpp-0.18";
src = fetchurl {
url = "mirror://cpan/modules/by-module/ExtUtils/${name}.tar.gz";
sha256 = "1msp79bdjzi59vignfz1cxwk5a2cjiahblvi0ka60pi8nnn0alrm";
sha256 = "1zx84f93lkymqz7qa4d63gzlnhnkxm5i3gvsrwkvvqr9cxjasxli";
};
buildInputs = [ Spiffy TestBase TestDifferences ];
};