python3Packages.pyqt6: 6.4.2 -> 6.5.0

This commit is contained in:
Timothy DeHerrera 2023-04-20 19:04:03 -06:00
parent f519c1e43c
commit 15b3082842
No known key found for this signature in database
GPG key ID: E44213186BC9AFE2
3 changed files with 6 additions and 6 deletions

View file

@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "PyQt6";
version = "6.4.2";
version = "6.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-dAJE9gj+Fe4diWlcQ/MaFMrspBxPAqw2yG37pKXVgT0=";
hash = "sha256-uXy0vpssiZeQTqZozzsKSuWCIZb3eSWQ0F7N5iFqn7w=";
};
patches = [

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "PyQt6_Charts";
version = "6.4.0";
version = "6.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tG6xKEBRagOcNvcLs/hCMzf5j94ma1gs6tQEm3e0P2Q=";
sha256 = "sha256-b/APZbJRf5m/EG3dKMdvPKNE+R7PW6aBkeIKLZACSWI=";
};
# fix include path and increase verbosity

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "PyQt6_WebEngine";
version = "6.4.0";
version = "6.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-THHBMIYKvNEeBMr7IuM5g/qaOu6DI8UZCbFaFwGCjiE=";
hash = "sha256-i6nbVsTBgaKi+rFnPKNeW2PcaRE/CFAn3cQ8cQttbuk=";
};
# fix include path and increase verbosity