python3Packages.pythonqwt: 0.16.2 -> 0.16.3 (#538744)

This commit is contained in:
Doron Behar 2026-07-05 20:54:22 +00:00 committed by GitHub
commit f5f01d81b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pythonqwt"; pname = "pythonqwt";
version = "0.16.2"; version = "0.16.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PlotPyStack"; owner = "PlotPyStack";
repo = "PythonQwt"; repo = "PythonQwt";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-T8T76YKrgwZJVuthf4eYITP0zlguCE1B4kZ/gBdPB+c="; hash = "sha256-uCCbKlyqeXUcmFYz/0b/+vpL7vivO8qn0L2PHgfN1H8=";
}; };
build-system = [ build-system = [