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

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

    gnu: kcmutils: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (kcmutils): Update to 6.19.0.
    
    Change-Id: I9c3495510a70ff6cb276ab238f1a3289e356762d
---
 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 aee84a4626..b3a57ed232 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3199,7 +3199,7 @@ using the XBEL format.")
 (define-public kcmutils
   (package
     (name "kcmutils")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3208,7 +3208,7 @@ using the XBEL format.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13sj47i07sxz34fxjb3c6fpji624rrnrbr4rk9hk8dxpivnc2531"))))
+                "0lwglhvy9hwb6n8a2mxy6vqnhx7c3d3x800b1l6wav0rrxna8q1p"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfigwidgets

Reply via email to