We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a39e5 + 64278a1 commit 558d8bfCopy full SHA for 558d8bf
pkgs/development/python-modules/cypari2/default.nix
@@ -15,12 +15,12 @@
15
buildPythonPackage rec {
16
pname = "cypari2";
17
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
18
- version = "2.2.1";
+ version = "2.2.2";
19
format = "setuptools";
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-qqAXpqKAWBkC9zz1zhaVcStlmKAyvhTPq4H5fEdfg7g=";
+ hash = "sha256-E6M4c16iIcEGj4/EFVYb93fYxoclcCvHSVRyZP0JFyA=";
24
};
25
26
preBuild = ''
0 commit comments