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

commit 772c058bbe1cfba6b3160c1d2f1a86f8152d0668
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 34ee6f0d6a..cf5929f352 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3218,7 +3218,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
@@ -3227,7 +3227,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))

Reply via email to