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

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

    gnu: kstatusnotifieritem: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kstatusnotifieritem): Update to 6.18.0.
    
    Change-Id: I8685513e5efbc331dc8aa6ffd9064a0f8f2d51fc
---
 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 64d0e5ae0d..ae3597ab67 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4617,7 +4617,7 @@ types or handled by application specific code.")
 (define-public kstatusnotifieritem
   (package
     (name "kstatusnotifieritem")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4626,7 +4626,7 @@ types or handled by application specific code.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "085dmi2z8pdqs32visn1d4whzgv3ywfh5p5pqcgzddbg5w5mkhkk"))))
+                "0c6pyyha2nimljy7gld0nh25w38n2jbv9vgcir3h1xsq307a52np"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to