guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit 2f18944b2866bf6582e881a4dad0c1f539e0b4aa
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 23:26:19 2025 +0800
gnu: python-shiboken-6: Update to 6.9.1.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.9.1.
Change-Id: I63043dbf991beaa452b0c2c6afdbc1ecba3db2d9
---
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 5ca9ae5174..7931e4c65c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5457,7 +5457,7 @@ color-related widgets.")
(package
(inherit python-shiboken-2)
(name "python-shiboken-6")
- (version "6.8.2")
+ (version "6.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
@@ -5465,7 +5465,7 @@ color-related widgets.")
version ".tar.xz"))
(sha256
(base32
- "1y0jq5wl2ffzgwz3k8x1w3img7m0ryqfjlr837iijh9z82mfj8l4"))))
+ "0j7prwqa4ljx3xsjfqa9bfjn9pmf1hdc18sskc6xsji3p72i5iq4"))))
(build-system cmake-build-system)
(inputs
(modify-inputs (package-inputs python-shiboken-2)