python312Packages.pythonqwt: 0.14.2 -> 0.14.4

This commit is contained in:
R. Ryantm
2025-01-24 16:13:08 +00:00
parent 0aa475546e
commit ebdff4610c
@@ -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 = [