guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f099478d6ac51ea0ca57032d3282f15efe379fa0
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:46 2026 +0530
gnu: kconfigwidgets: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.24.0.
Change-Id: Iedced8c4532b77b55c9265e16a9f037faa858abc
---
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 af28b14b7e..60fb99a5e2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3220,7 +3220,7 @@ KCModules can be created with the KConfigWidgets
framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3229,7 +3229,7 @@ KCModules can be created with the KConfigWidgets
framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xr5gpa4dbkn42qs4a1jmgk0g2x5kqzsd1ar16ll9ckwxngvs861"))))
+ "1w5f4wspgmlzd7smv9gq1kvnsk7xp9msc78gbk930vmxlm433x5s"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))