Skip to content

Commit 2fa8d3c

Browse files
committed
1 parent ebdff46 commit 2fa8d3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55

66
# build-system
7-
cython_0,
7+
cython,
88
setuptools,
99

1010
# dependencies
@@ -31,18 +31,18 @@
3131

3232
buildPythonPackage rec {
3333
pname = "plotpy";
34-
version = "2.6.3";
34+
version = "2.7.1";
3535
pyproject = true;
3636

3737
src = fetchFromGitHub {
3838
owner = "PlotPyStack";
3939
repo = "PlotPy";
4040
tag = "v${version}";
41-
hash = "sha256-kMVq8X6XP18B5x35BTuC7Q5uFFwds1JxCaxlDuD/UfE=";
41+
hash = "sha256-Ava3rtF/W6MdL/iaK8zbwYBCD5WFAhpzcQnHwfuXOzc=";
4242
};
4343

4444
build-system = [
45-
cython_0
45+
cython
4646
setuptools
4747
];
4848
# Both numpy versions are supported, see:

0 commit comments

Comments
 (0)