guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 47a80c070eedf9e6ed09ab86213f4b23c967b592
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:09 2026 +0530
gnu: kconfigwidgets: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.22.0.
Change-Id: I2b2b302b3443f3f17b92fa810edad7276691d17b
---
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 7159aa129e..0cbb0d0248 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3184,7 +3184,7 @@ KCModules can be created with the KConfigWidgets
framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3193,7 +3193,7 @@ KCModules can be created with the KConfigWidgets
framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08xn4l1h4hq8b0qnj1p3sh806rqjjx6gkgrjsids1s67c5cb8dln"))))
+ "040cq4kzqpz5nzfla371ysc26b2c090glxyxvr1r7ca1znb19jnc"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))