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

commit a7a4b5336e54fd9853ced8dad5708444363715ad
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:47 2025 +0530

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

Reply via email to