python3Packages.pythonqwt: 0.14.6 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-10-27 03:14:12 +00:00
parent 2e8ab34df4
commit 6d5e9616fc

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pythonqwt";
version = "0.14.6";
version = "0.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PythonQwt";
tag = "v${version}";
hash = "sha256-D7iZ/737x+f63clnH41S8DtmBXDMf01A04UBKsHTJwA=";
hash = "sha256-S67k5kfGqB6Ezr2XMlW3x/ya6MW6df2cFrGEqlsLOhk=";
};
build-system = [