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

commit d03c64ada13a7a0041a23cf1844c6820764e4b3c
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 5246e5d597..7b8a0ec212 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5134,7 +5134,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-"
@@ -5142,7 +5142,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0fnkx8ax2lkin3bpqbz4zbdrdin2ixb4d6s3c0xghh9sc79r3xia"))))
+                "0q3ky0fai3wr8kr1q82vdg5byhbn5sfdymmb554afpi72zyxcgkd"))))
     (build-system cmake-build-system)
     (inputs
      (list clang-toolchain

Reply via email to