nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pythonqwt: 0.14.5 -> 0.14.6 (#444086)

authored by

Nick Cao and committed by
GitHub
2a15edbb ce0eb8b3

+2 -2
+2 -2
pkgs/development/python-modules/pythonqwt/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pythonqwt"; 21 - version = "0.14.5"; 21 + version = "0.14.6"; 22 22 pyproject = true; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "PlotPyStack"; 26 26 repo = "PythonQwt"; 27 27 tag = "v${version}"; 28 - hash = "sha256-VNeW5LOL/CM/RUrC5TUj6FnVlhmXaPRYjGPz8b01Tew="; 28 + hash = "sha256-D7iZ/737x+f63clnH41S8DtmBXDMf01A04UBKsHTJwA="; 29 29 }; 30 30 31 31 build-system = [