me
/
guix
Archived
1
0
Fork 0

gnu: python-pyqt: Update to 5.15.4.

* gnu/packages/qt.scm (python-pyqt): Update to 5.15.4.
master
Efraim Flashner 2022-05-31 20:36:01 +03:00
parent 2ca5163651
commit 566250ec34
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2031,7 +2031,7 @@ module provides support functions to the automatically generated code.")
(define-public python-pyqt
(package
(name "python-pyqt")
(version "5.15.2")
(version "5.15.4")
(source
(origin
(method url-fetch)
@ -2044,7 +2044,7 @@ module provides support functions to the automatically generated code.")
(file-name (string-append "PyQt5-" version ".tar.gz"))
(sha256
(base32
"1z74295i69cha52llsqffzhb5zz7qnbjc64h8qg21l91jgf0harp"))
"1gp5jz71nmg58zsm1h4vzhcphf36rbz37qgsfnzal76i1mz5js9a"))
(patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system)
(native-inputs