diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-27 11:44:21 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:52 +0800 |
commit | b2907b8846c979ae5d118d3fcad4aa10ec9efce3 (patch) | |
tree | 3133cdd36b95326844ca3d05e9bf0e55e303c03e /gnu/packages/qt.scm | |
parent | a91edbb6d1ac086f7980e11a880b08a4e470a825 (diff) |
gnu: python-shiboken-6: Update to 6.7.2.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.7.2.
Change-Id: I899a3a966ab35108fe5a6029a4b7f3079c48ae8f
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 21de457d17..81c55bf1b3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4831,7 +4831,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-" @@ -4839,7 +4839,7 @@ color-related widgets.") version ".tar.xz")) (sha256 (base32 - "1w690jpxrski7c71gx05q5fvl2117lnjj5ih8iwckx3s9mlhnqhl")))) + "1iv8wfc5sfx5xr4b3bhbaqagx8qidx5wl1kzvifsmjbqdq6hsars")))) (build-system cmake-build-system) (inputs (modify-inputs (package-inputs python-shiboken-2) |