me
/
guix
Archived
1
0
Fork 0

gnu: python-pyqt: Update to 5.15.2.

* gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
master
Efraim Flashner 2020-12-30 13:21:26 +02:00
parent 911e50c6c9
commit 8dee0f9558
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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