diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 16:45:17 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-25 11:30:33 +0200 |
commit | 38778d48b3c38d7205a599ebe9ae66e3b2c5c2e2 (patch) | |
tree | 38f96e96aadb3c65cb26fcbed7765bfa1c468600 /gnu/packages/qt.scm | |
parent | c070a21f467c14fa2efc99a5e41a5f79fa3f8217 (diff) |
gnu: python-pyqt: Update to 5.15.11.qt-team
* gnu/packages/patches/pyqt-configure.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.11.
[source]: Remove patch.
Change-Id: I62e712aab1c7aa40f7847eb1b5669b010cab25ce
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b8e538ae04..a870db30e4 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4283,7 +4283,7 @@ module provides support functions to the automatically generated code.") (define-public python-pyqt (package (name "python-pyqt") - (version "5.15.10") + (version "5.15.11") (source (origin (method url-fetch) @@ -4296,8 +4296,7 @@ module provides support functions to the automatically generated code.") (file-name (string-append "PyQt5-" version ".tar.gz")) (sha256 (base32 - "12l96irlk11diql2ccig8ssd502mbcz13y2k2zwly2min427hsyl")) - (patches (search-patches "pyqt-configure.patch")))) + "0lkwap0va0kq9j9x540cc5fink2w8ppxiiji395pp8mlxd1mg97x")))) (build-system pyproject-build-system) (native-inputs (list qtbase-5 ; for qmake |