aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 13:21:26 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 13:21:26 +0200
commit8dee0f95586b35a104525ff14c11530ad70eac80 (patch)
treea10fb02c022c6949b15af1442a55ae3bf42b8ff1
parent911e50c6c94cfcd7b3700d4093331ab0d5c8cc0f (diff)
downloadguix-8dee0f95586b35a104525ff14c11530ad70eac80.tar
guix-8dee0f95586b35a104525ff14c11530ad70eac80.tar.gz
gnu: python-pyqt: Update to 5.15.2.
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 17d2ee07f4..499e10f47b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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)