perl-ExtUtils-XSpp: 0.1700 -> 0.18
This commit is contained in:
parent
34c76e463e
commit
dd07d9a04d
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue