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

commit f2202119ef3ae43601218cad7166049baf80ed7c
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:14 2026 +0530

    gnu: kxmlgui: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.22.0.
    
    Change-Id: I34acf5d885c680e67d73d28fce6a339f899470d2
---
 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 e2646dd62c..cd89cd9f76 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4612,7 +4612,7 @@ the passwords on KDE work spaces.")
 (define-public kxmlgui
   (package
     (name "kxmlgui")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4621,7 +4621,7 @@ the passwords on KDE work spaces.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "034pkdnmr096sw41phlb9acd6abih2ydpgmm87b5alxxcl5kkgyf"))))
+                "1hrsjx4ysaxar648hrlk9ld14grg334nwdhq7b8cv664law12d86"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list

Reply via email to