python312Packages.cypari2: 2.2.0 -> 2.2.1 (#374715)

https://github.com/sagemath/cypari2/releases/tag/2.2.1
This commit is contained in:
R. RyanTM
2025-01-18 21:25:48 +01:00
committed by GitHub
parent 475fe3d635
commit aa93a8262a
@@ -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.0";
version = "2.2.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-gXYGv2YbcdM+HQEkIZB6T4+wndgbfT464Xmzl4Agu/E=";
hash = "sha256-qqAXpqKAWBkC9zz1zhaVcStlmKAyvhTPq4H5fEdfg7g=";
};
preBuild = ''