andreas pushed a commit to branch qt-team in repository guix. commit 56be20676e79712df1b305149b1d8440694103cc Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Feb 8 12:07:53 2025 +0800
gnu: python-shiboken-2: Update to 5.15.16. * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.16. Change-Id: I74574702760fe87c16c4617aff177c3f945f7fe0 --- 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 cd8373b279..77bf29743f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5183,7 +5183,7 @@ color-related widgets.") (define-public python-shiboken-2 (package (name "python-shiboken-2") - (version "5.15.10") + (version "5.15.16") (source (origin (method url-fetch) (uri (string-append "mirror://qt/QtForPython/pyside2/PySide2-" @@ -5191,7 +5191,7 @@ color-related widgets.") version ".tar.xz")) (sha256 (base32 - "0fnkx8ax2lkin3bpqbz4zbdrdin2ixb4d6s3c0xghh9sc79r3xia")))) + "0q3ky0fai3wr8kr1q82vdg5byhbn5sfdymmb554afpi72zyxcgkd")))) (build-system cmake-build-system) (inputs ;; pyside-2 fails with clang>=16, pyside-6 needs llvm>=14.