z572 pushed a commit to branch kde-team in repository guix. commit ee8a15b2f5dea29e94c317cd2ee35b6700bc46b7 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Fri Jan 10 11:51:21 2025 +0800
gnu: kconfig: Update to 6.10.0. * gnu/packages/kde-frameworks.scm (kconfig): Update to 6.10.0. Change-Id: I346eaa0f8fd6bcab55210e10ae274c4e1344965f --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2eb449b42c..c1d4115fe0 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -710,7 +710,7 @@ KColorScheme.") (define-public kconfig (package (name "kconfig") - (version "6.5.0") + (version "6.10.0") (source (origin (method url-fetch) (uri (string-append @@ -719,7 +719,7 @@ KColorScheme.") name "-" version ".tar.xz")) (sha256 (base32 - "04sxibd21mzc27s67yjpg0qsd1j8w6k29wdbg2wdy7a9scam73p4")))) + "0zwdkp30hs089jqyfqnlg2yd5xmqb0ihggz3626czfk8prsjrvq0")))) (build-system qt-build-system) (native-inputs (list dbus extra-cmake-modules inetutils qttools))