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

commit 170179618e21fe34ff7ab7271a71d0301baf5a3c
Author: Zheng Junjie <[email protected]>
AuthorDate: Sun Aug 24 22:15:32 2025 +0800

    gnu: ksystemstats: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.4.3.
    
    Change-Id: I39c426067eb09dd073b832d2fbdacec403d075fb
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 77beb87e40..8e8b9ead69 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1114,7 +1114,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1122,7 +1122,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "08qkynr7p3b1s7n49n7wf8kkr3xms9s54wsx4pa2lx172l1h6r79"))))
+                "036sx162rbw7jmq2vk20gqk3pc09npclxp7q218ma8ypix8xn6qd"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to