guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

211/321: gnu: ksystemstats: Update to 6.2.5.


From: guix-commits
Subject: 211/321: gnu: ksystemstats: Update to 6.2.5.
Date: Sat, 11 Jan 2025 08:14:07 -0500 (EST)

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

commit 8f6ad7203852a43ac25d3c821db71c63e4a88b04
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:54 2025 +0800

    gnu: ksystemstats: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.2.5.
    [inputs]: Add kcrash.
    
    Change-Id: Ib60796e36731e7ccaffb76f8d9594a368c8a9582
---
 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 53e0ec55ea..2696a26543 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -997,7 +997,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1005,7 +1005,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1743q0xyx1b465qhv7bg1xyblfwm515xfvifgzc3qxwhkyci64d4"))))
+                "18cmjp6jykzg8iiihkfp23ylcgcds3448ym4651fvrbgbvsmdzzg"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -1017,6 +1017,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

[Prev in Thread] Current Thread [Next in Thread]