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

commit 0af0008af5db0bee6c477614388ff458ab3d3def
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:06 2025 +0530

    gnu: kconfigwidgets: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.18.0.
    
    Change-Id: I446e5cf50849b9bd5035a7f25b913a4736472817
---
 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 0d8fa71438..da633df059 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3339,7 +3339,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
 (define-public kconfigwidgets
   (package
     (name "kconfigwidgets")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3348,7 +3348,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ifmwbp59vlli6l8a5rgf0y5slc03s9hs7mxhqjv2jg0v9pjbh31"))))
+                "04q8ch6qjy1p65k3gb7i51mr4w9y9kw3b976fwzp66ca4zk7nnma"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcodecs kconfig kcolorscheme kwidgetsaddons))

Reply via email to