summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-21 23:26:19 +0800
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-12 23:52:41 +0900
commit7267d672020b6edeb5635d9ca478e779684a8098 (patch)
tree7a8fa856c6c9caf64b83af90d428a55a041c409b /gnu
parent95743c3def1c226fb3a226e7b772105cc0fd771f (diff)
gnu: python-shiboken-6: Update to 6.9.2.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.9.2. Change-Id: Ifb386ed28e593332c0b5ac189a5459f4e6fc7567
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 24bfabe3081..7951f9cb2ff 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5475,7 +5475,7 @@ color-related widgets.")
(package
(inherit python-shiboken-2)
(name "python-shiboken-6")
- (version "6.8.2")
+ (version "6.9.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
@@ -5483,7 +5483,7 @@ color-related widgets.")
version ".tar.xz"))
(sha256
(base32
- "1y0jq5wl2ffzgwz3k8x1w3img7m0ryqfjlr837iijh9z82mfj8l4"))))
+ "0b92b4zi5rqg5acgbb6yan349idvzmc0x8wjwkdwkga2ad38gh4y"))))
(build-system cmake-build-system)
(inputs
(modify-inputs (package-inputs python-shiboken-2)