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

commit 7e664897e54c3c3545d00ffdc324d270c678a7f8
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 18:04:42 2025 +0800

    gnu: ksystemstats: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.3.4.
    [inputs]: Add kcrash.
    
    Change-Id: I2bd96b766527981126e4ecb660b125572e32f192
---
 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 55f3173bdf..3f9ee8481c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1005,7 +1005,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1013,7 +1013,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "18cmjp6jykzg8iiihkfp23ylcgcds3448ym4651fvrbgbvsmdzzg"))))
+                "15akx389ia5fv66i65ipmhx4ki3n0rn9r1hsqca12fnhf29nl000"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to