guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 7967232a9258ad1868bb90bd4b421be44a936177
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 e386f250e5..26c62a2c33 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3191,7 +3191,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
@@ -3200,7 +3200,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))

Reply via email to