mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
549ff92170
commit
214c16a74d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue