andreas pushed a commit to branch python-team
in repository guix.

commit ae0082fb8171f834f24f3586cb03e1c039873466
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Apr 10 10:51:49 2025 +0100

    gnu: python-shiboken-2: Update to 5.15.16.
    
    * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.16.
    
    Change-Id: I73dd85b345712bfe104daef2fcf829be3d1f2dfd
---
 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 f84c1630cd..3821906f28 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5139,7 +5139,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-"
@@ -5147,7 +5147,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0fnkx8ax2lkin3bpqbz4zbdrdin2ixb4d6s3c0xghh9sc79r3xia"))))
+                "0q3ky0fai3wr8kr1q82vdg5byhbn5sfdymmb554afpi72zyxcgkd"))))
     (build-system cmake-build-system)
     (inputs
      (list clang-toolchain

Reply via email to