Skip to content

Commit ebdff46

Browse files
committed
python312Packages.pythonqwt: 0.14.2 -> 0.14.4
1 parent 0aa4755 commit ebdff46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pythonqwt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pythonqwt";
21-
version = "0.14.2";
21+
version = "0.14.4";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "PlotPyStack";
2626
repo = "PythonQwt";
2727
tag = "v${version}";
28-
hash = "sha256-8bhcfm4sPA32IpEcS4Z12nfNgfmWJUDxDjX1TULWwCU=";
28+
hash = "sha256-ZlrnCsC/is4PPUbzaMfwWSHQSQ06ksb2b/dkU8VhtSU=";
2929
};
3030

3131
build-system = [

0 commit comments

Comments
 (0)