guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/90: gnu: python-shiboken-2: Update to 5.15.16.


From: guix-commits
Subject: 82/90: gnu: python-shiboken-2: Update to 5.15.16.
Date: Sat, 8 Feb 2025 01:24:35 -0500 (EST)

iyzsong pushed a commit to branch qt-team
in repository guix.

commit 8d10484b1e00e0ff643656a07502e4386368aa20
Author: 宋文武 <iyzsong@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 99d34f482d..5d115db08a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4992,7 +4992,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-"
@@ -5000,7 +5000,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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]