iyzsong pushed a commit to branch qt-team
in repository guix.
commit 520d38fae96de78904ac9e8f5823eca4f693fcc8
Author: 宋文武 <[email protected]>
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 579780c1ee..100e50bfd9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5001,7 +5001,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-"
@@ -5009,7 +5009,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.