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

commit c8d2da76bd1e8d6454e3e8f7bd66af3be2905035
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Tue Feb 4 14:55:36 2025 +0800

    gnu: python-shiboken-6: Update to 6.8.2.
    
    * gnu/packages/qt.scm (python-shiboken-6): Update to 6.8.2.
    (python-shiboken-2) [inputs]: Replace clang-toolchain with 
clang-toolchain-15.
    
    Change-Id: I3696abb18f29904ccee90eb98175eac7edafb1dd
---
 gnu/packages/qt.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ced5f4fe5a..2c4c159e8e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5196,7 +5196,8 @@ color-related widgets.")
                 "0fnkx8ax2lkin3bpqbz4zbdrdin2ixb4d6s3c0xghh9sc79r3xia"))))
     (build-system cmake-build-system)
     (inputs
-     (list clang-toolchain
+     ;; pyside-2 fails with clang>=16, pyside-6 needs llvm>=14.
+     (list clang-toolchain-15
            libxml2
            libxslt
            python-wrapper
@@ -5256,7 +5257,7 @@ color-related widgets.")
   (package
     (inherit python-shiboken-2)
     (name "python-shiboken-6")
-    (version "6.7.2")
+    (version "6.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
@@ -5264,7 +5265,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1iv8wfc5sfx5xr4b3bhbaqagx8qidx5wl1kzvifsmjbqdq6hsars"))))
+                "1y0jq5wl2ffzgwz3k8x1w3img7m0ryqfjlr837iijh9z82mfj8l4"))))
     (build-system cmake-build-system)
     (inputs
      (modify-inputs (package-inputs python-shiboken-2)

Reply via email to