Merge pull request from nrdxp/pyqt-6.6.1

pyqt6: 6.6.0 -> 6.6.1
This commit is contained in:
Timothy DeHerrera 2023-12-22 17:21:13 -07:00 committed by GitHub
commit 8c2217f34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "PyQt6";
version = "6.6.0";
version = "6.6.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-1BUS1mBEwt+cX1FaVqkiFw1oo3s0Bv/dyLStxXGBtXY=";
hash = "sha256-nxWKop0gUULFbw810HeEuN8L4oN40gqXvNqL1k/9A3k=";
};
patches = [