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

commit f8bd0ff0cdb7a903ab2eb8531ee97e6fcc923954
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:11 2025 +0530

    gnu: kxmlgui: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.18.0.
    
    Change-Id: I5b6337d75c8a37f93e9e575ecb25252861ba8211
---
 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 79a7d7bd68..2ca9ab4c6f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4957,7 +4957,7 @@ the passwords on KDE work spaces.")
 (define-public kxmlgui
   (package
     (name "kxmlgui")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4966,7 +4966,7 @@ the passwords on KDE work spaces.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0km76b722a08jjyg33g87fy891hfnb27zd6m52lcaaahv5sm7zi6"))))
+                "00f46n4cl47qcc3i1239biwpjd4yr6j6yrinq2d42s2nhc628pkd"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list

Reply via email to