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 {
pname = "pythonqwt";
version = "0.16.2";
version = "0.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PlotPyStack";
repo = "PythonQwt";
tag = "v${version}";
hash = "sha256-T8T76YKrgwZJVuthf4eYITP0zlguCE1B4kZ/gBdPB+c=";
hash = "sha256-uCCbKlyqeXUcmFYz/0b/+vpL7vivO8qn0L2PHgfN1H8=";
};
build-system = [