pyqt5: 5.15.9 -> 5.15.10

The release announcements mentions that Python 3.12 is now supported:

https://www.riverbankcomputing.com/pipermail/pyqt/2023-October/045542.html
This commit is contained in:
Mrmaxmeier
2024-07-10 17:25:30 +02:00
parent 15d0cc50a3
commit 0a35e77651
+2 -2
View File
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "pyqt5";
version = "5.15.9";
version = "5.15.10";
format = "pyproject";
disabled = isPy27;
@@ -36,7 +36,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyQt5";
inherit version;
hash = "sha256-3EHoQBqQ3D4raStBG9VJKrVZrieidCTu1L05FVZOxMA=";
hash = "sha256-1Gt4BLGxCk/5F1P4ET5bVYDStEYvMiYoji2ESXM0iYo=";
};
patches = [