Skip to content

Commit 6374ef7

Browse files
authored
python312Packages.pythonqwt: 0.14.2 -> 0.14.4 (#376432)
2 parents c8a67cd + 2fa8d3c commit 6374ef7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pythonqwt";
21-
version = "0.14.2";
21+
version = "0.14.4";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "PlotPyStack";
2626
repo = "PythonQwt";
2727
tag = "v${version}";
28-
hash = "sha256-8bhcfm4sPA32IpEcS4Z12nfNgfmWJUDxDjX1TULWwCU=";
28+
hash = "sha256-ZlrnCsC/is4PPUbzaMfwWSHQSQ06ksb2b/dkU8VhtSU=";
2929
};
3030

3131
build-system = [

0 commit comments

Comments
 (0)