perlPackages.MathPlanePath: 127 -> 129

This fixes the build failure introduced by c5b0de9c6b,
which indirectly broke slic3r.
This commit is contained in:
edef 2021-01-26 19:41:02 +00:00
parent 969befb51c
commit 81228c93e7

View file

@ -12341,10 +12341,10 @@ let
MathPlanePath = buildPerlPackage {
pname = "Math-PlanePath";
version = "127";
version = "129";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KR/KRYDE/Math-PlanePath-127.tar.gz";
sha256 = "1dzywpydigwyr38vz9f4yn7xkkk21vi6lyzjlyqv8iny0y0c7w20";
url = "mirror://cpan/authors/id/K/KR/KRYDE/Math-PlanePath-129.tar.gz";
sha256 = "0zirgq9n422wc1j95pijkr88wwmzhll5nxh3sb2vcxsh9l75v8cd";
};
propagatedBuildInputs = [ MathLibm constant-defer ];
buildInputs = [ DataFloat MathBigIntLite NumberFraction ];