python3Packages.pyqtdatavisualization: 5.15.5 -> 5.15.6

(cherry picked from commit 8a6a68ec60)
This commit is contained in:
Nicolas Benes 2024-07-20 10:56:30 +02:00 committed by github-actions[bot]
parent 40ff3d3c84
commit 60390cffa1

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyqtdatavisualization";
version = "5.15.5";
version = "5.15.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyQtDataVisualization";
inherit version;
hash = "sha256-iSf496pwhX7wDFHj379vg92fOFX0FuDVMVknYcu53H8=";
hash = "sha256-ntM7IOdHvGnh1hnxR7sWJcwA1u9ATb8Ha6E6n/b2Bh0=";
};
postPatch = ''