python312Packages.pythonqwt: 0.14.2 -> 0.14.4 (#376432)

This commit is contained in:
Doron Behar
2025-01-27 09:07:01 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -4,7 +4,7 @@
fetchFromGitHub,
# build-system
cython_0,
cython,
setuptools,
# dependencies
@@ -31,18 +31,18 @@
buildPythonPackage rec {
pname = "plotpy";
version = "2.6.3";
version = "2.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PlotPy";
tag = "v${version}";
hash = "sha256-kMVq8X6XP18B5x35BTuC7Q5uFFwds1JxCaxlDuD/UfE=";
hash = "sha256-Ava3rtF/W6MdL/iaK8zbwYBCD5WFAhpzcQnHwfuXOzc=";
};
build-system = [
cython_0
cython
setuptools
];
# Both numpy versions are supported, see:
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pythonqwt";
version = "0.14.2";
version = "0.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PythonQwt";
tag = "v${version}";
hash = "sha256-8bhcfm4sPA32IpEcS4Z12nfNgfmWJUDxDjX1TULWwCU=";
hash = "sha256-ZlrnCsC/is4PPUbzaMfwWSHQSQ06ksb2b/dkU8VhtSU=";
};
build-system = [