perl-Math-Clipper: update 1.22 -> 1.23 (fixes build)
Version 1.22 is broken on newer Perl ("Out of memory" test failures). Bug #121948 for perl5: Bleadperl breaks Math-Clipper-1.22.tar.gz ("Out of memory") https://rt.perl.org/Public/Bug/Display.html?id=121948
This commit is contained in:
parent
ad197d89ae
commit
1ecd116c78
@ -5489,10 +5489,10 @@ let self = _self // overrides; _self = with self; {
|
||||
|
||||
|
||||
MathClipper = buildPerlModule rec {
|
||||
name = "Math-Clipper-1.22";
|
||||
name = "Math-Clipper-1.23";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Math/${name}.tar.gz";
|
||||
sha256 = "0p5iblg979v3pb6a8kyhjdv33yadr5997nhz9asjksgvww328nfa";
|
||||
sha256 = "0i9wzvig7ayijc9nvh5x5rryk1jrcj1hcvfmlcj449rnnxx24dav";
|
||||
};
|
||||
propagatedBuildInputs = [ ModuleBuildWithXSpp ExtUtilsXSpp ExtUtilsTypemapsDefault TestDeep ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user