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

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

    gnu: kstatusnotifieritem: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.22.0.
    
    Change-Id: Icc6265fee9c561ad13817a349dfa29cbcb298933
---
 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 e421a5eed1..9df43b14b5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4348,7 +4348,7 @@ types or handled by application specific code.")
 (define-public kstatusnotifieritem
   (package
     (name "kstatusnotifieritem")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4357,7 +4357,7 @@ types or handled by application specific code.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0q6n7xklsf15zbnqkggghai1ynimq6wyrinvh0hd2gzq7aa4szg7"))))
+                "18pjlnlnig1s498bg9dd0lzwiq2chb721f7zcncfzpf1zscxmkjk"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to