Revert "python3Packages.cypari2: 2.2.2 -> 2.2.4"

This reverts commit d27b2d94a7.
This commit is contained in:
Mauricio Collares
2026-02-23 12:39:13 -03:00
parent 8e070a718b
commit 0b2c156ff3
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "cypari2";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
version = "2.2.4";
version = "2.2.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-+fDplKmgsGRhkyBBHh2cMDFYhH4FW1gILv2t5ayX9hM=";
hash = "sha256-E6M4c16iIcEGj4/EFVYb93fYxoclcCvHSVRyZP0JFyA=";
};
preBuild = ''