guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f0b0b355109b415a5358c8f08a7308c383dfec39
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:57 2025 +0530
gnu: kconfig: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.18.0.
Change-Id: I6cb498d763153fa852098ae7e3fef55ee4417b52
---
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 f6a79a3295..32988c4bca 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -775,7 +775,7 @@ KColorScheme.")
(define-public kconfig
(package
(name "kconfig")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -784,7 +784,7 @@ KColorScheme.")
name "-" version ".tar.xz"))
(sha256
(base32
- "099m39k98ynrjvh6h8y4jasm7460nxkpj3v4phjrbvsz0a7wav5s"))))
+ "12v1kmyhdwakrn74dbiladl594z594ysfq78zkb8k4nz8xkvyz2i"))))
(build-system qt-build-system)
(native-inputs
(list dbus extra-cmake-modules inetutils qttools tzdata-for-tests))