diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:07:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-12 16:07:53 +0800 |
commit | 520d38fae96de78904ac9e8f5823eca4f693fcc8 (patch) | |
tree | 3b067a5ae62c8e68a37ac1873a64f667f4f9fb3f | |
parent | 5a70f5986ffd369006629ce992ef51c302bec70c (diff) |
gnu: python-shiboken-2: Update to 5.15.16.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.16.
Change-Id: I74574702760fe87c16c4617aff177c3f945f7fe0
-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 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. |