guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 58425c84cae3aa3102fcdfb93de0bd72c7d7fde1
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:37 2026 +0530
gnu: kconfig: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.24.0.
Change-Id: I9d3a5897328c050df2fa9e73df7c3b2f36ed3c77
---
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 ba6fa378ab..4380b4b884 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -758,7 +758,7 @@ KColorScheme.")
(define-public kconfig
(package
(name "kconfig")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -767,7 +767,7 @@ KColorScheme.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1vlmralhg094vkfzr0nkzdi147m83ck4hk182xx04vp6p6kdd5kd"))))
+ "07v5ngxycc39h0mp0yhvz6j7dpk54h7ham3g9bjsvlcv87cbvks5"))))
(build-system qt-build-system)
(native-inputs
(list dbus extra-cmake-modules inetutils qttools tzdata-for-tests))