z572 pushed a commit to branch qt-team
in repository guix.

commit b4543001308f6eabbf484dac43a13322c0dda13a
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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 2fc31ad5a5..523dff4ad0 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -978,7 +978,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.1.4")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -986,7 +986,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1743q0xyx1b465qhv7bg1xyblfwm515xfvifgzc3qxwhkyci64d4"))))
+                "15akx389ia5fv66i65ipmhx4ki3n0rn9r1hsqca12fnhf29nl000"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -998,6 +998,7 @@ call it if it is not associated to a terminal.")
     (native-inputs (list extra-cmake-modules pkg-config))
     (inputs (list glib
                   kcoreaddons
+                  kcrash
                   kdbusaddons
                   solid
                   networkmanager-qt

Reply via email to