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

commit eedce7508f9cd2bf624e12d952142b9a32a0b67f
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Tue Aug 27 11:44:21 2024 +0800

    gnu: python-shiboken-6: Update to 6.7.2.
    
    * gnu/packages/qt.scm (python-shiboken-6): Update to 6.7.2.
    
    Change-Id: I899a3a966ab35108fe5a6029a4b7f3079c48ae8f
---
 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 1370b91078..062cf5f3f4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4824,7 +4824,7 @@ color-related widgets.")
   (package
     (inherit python-shiboken-2)
     (name "python-shiboken-6")
-    (version "6.6.2")
+    (version "6.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
@@ -4832,7 +4832,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1w690jpxrski7c71gx05q5fvl2117lnjj5ih8iwckx3s9mlhnqhl"))))
+                "1iv8wfc5sfx5xr4b3bhbaqagx8qidx5wl1kzvifsmjbqdq6hsars"))))
     (build-system cmake-build-system)
     (inputs
      (modify-inputs (package-inputs python-shiboken-2)

Reply via email to