diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-05-31 20:36:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-16 16:09:08 +0300 |
commit | b4e0beec0b55bd0bc85697f890b2fdbdd330426a (patch) | |
tree | 1e07375a2d3a6251f2edb1fffe07434011fe7bf0 | |
parent | 10297ae6fa42d0be100bbb22dab61f5f7fa5eb1f (diff) | |
download | guix-b4e0beec0b55bd0bc85697f890b2fdbdd330426a.tar.gz |
gnu: python-pyqt: Update to 5.15.4.
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.4.
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ef55100e47..5095ff20eb 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2032,7 +2032,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) @@ -2045,7 +2045,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 |