Skip to content

Commit 558d8bf

Browse files
authored
python3Packages.cypari2: 2.2.1 -> 2.2.2 (#408941)
2 parents e3a39e5 + 64278a1 commit 558d8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cypari2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
buildPythonPackage rec {
1616
pname = "cypari2";
1717
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
18-
version = "2.2.1";
18+
version = "2.2.2";
1919
format = "setuptools";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-qqAXpqKAWBkC9zz1zhaVcStlmKAyvhTPq4H5fEdfg7g=";
23+
hash = "sha256-E6M4c16iIcEGj4/EFVYb93fYxoclcCvHSVRyZP0JFyA=";
2424
};
2525

2626
preBuild = ''

0 commit comments

Comments
 (0)