From 214c16a74df300330fea18f5c694ea7581ffee4e Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Tue, 10 Sep 2024 00:28:36 +0800 Subject: [PATCH] gnu: python-pyqt: Update to 5.15.10. * gnu/packages/qt.scm (python-pyqt): Update to 5.15.10. Change-Id: I37c710eeace5a8d55363d7e1b2126ea94452ced4 --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8f882738399..1d64ffb0eeb 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