diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-10 00:28:36 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:53 +0800 |
commit | 214c16a74df300330fea18f5c694ea7581ffee4e (patch) | |
tree | b797ffeff390ae65cfd43331ae37912312241a47 /gnu/packages/qt.scm | |
parent | 549ff921704af5525332c8c36f32f52f59ad4082 (diff) |
gnu: python-pyqt: Update to 5.15.10.
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.10.
Change-Id: I37c710eeace5a8d55363d7e1b2126ea94452ced4
Diffstat (limited to 'gnu/packages/qt.scm')
-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 8f88273839..1d64ffb0ee 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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 |