python312Packages.cypari2: 2.1.4 -> 2.1.5

This commit is contained in:
R. Ryantm 2024-03-25 02:22:37 +00:00
parent 3a6b97ce32
commit 2ec32cf2de
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "cypari2";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
version = "2.1.4";
version = "2.1.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-76SkTZb2k8sRVtof1vzMEw2vz5wZr0GFz3cL9E0A2/w=";
sha256 = "sha256-GiWGXDTyCx3JWDB5jjSrZDbieLjgyA3HvwqzTF2wOrg=";
};
patches = [