pyqt6: 6.6.0 -> 6.6.1

This commit is contained in:
Timothy DeHerrera
2023-12-22 11:11:33 -07:00
parent ea8bb2df93
commit eb30d1a95f
+2 -2
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 = [