python3Packages.cypari2: 2.1.5 -> 2.2.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:03:03 +02:00
parent 7d3da0c6bb
commit ff2123561e
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "cypari2";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
version = "2.1.5";
version = "2.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-GiWGXDTyCx3JWDB5jjSrZDbieLjgyA3HvwqzTF2wOrg=";
hash = "sha256-gXYGv2YbcdM+HQEkIZB6T4+wndgbfT464Xmzl4Agu/E=";
};
patches = [