gnu: python-pyqt: Update to 5.15.10.

* gnu/packages/qt.scm (python-pyqt): Update to 5.15.10.

Change-Id: I37c710eeace5a8d55363d7e1b2126ea94452ced4
This commit is contained in:
Zheng Junjie 2024-09-10 00:28:36 +08:00
parent 549ff92170
commit 214c16a74d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4018,7 +4018,7 @@ module provides support functions to the automatically generated code.")
(define-public python-pyqt
(package
(name "python-pyqt")
(version "5.15.9")
(version "5.15.10")
(source
(origin
(method url-fetch)
@ -4031,7 +4031,7 @@ module provides support functions to the automatically generated code.")
(file-name (string-append "PyQt5-" version ".tar.gz"))
(sha256
(base32
"1h649rb1afdxskp28x524yp5kd9a97ainh9bd4mkxp4h390fhhfw"))
"12l96irlk11diql2ccig8ssd502mbcz13y2k2zwly2min427hsyl"))
(patches (search-patches "pyqt-configure.patch"))))
(build-system pyproject-build-system)
(native-inputs