guix-commits
[Top][All Lists]
Advanced

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

93/255: gnu: ksystemstats: Update to 6.2.4.


From: guix-commits
Subject: 93/255: gnu: ksystemstats: Update to 6.2.4.
Date: Mon, 2 Dec 2024 09:32:29 -0500 (EST)

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

commit 850d479ddfd3552e311358c7e0e202cd2cc18e80
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Nov 29 19:03:35 2024 +0800

    gnu: ksystemstats: Update to 6.2.4.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.2.4.
    [inputs]: Add kcrash.
    
    Change-Id: Ied657497c0041638ed1f2c76a7f48ea038288203
---
 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 19d975f9d5..3cdcefed27 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -975,7 +975,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.1.4")
+    (version "6.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -983,7 +983,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1743q0xyx1b465qhv7bg1xyblfwm515xfvifgzc3qxwhkyci64d4"))))
+                "0hqc8v0jxslnbjvcm7z75xblv2jdyfa229sszzqfic3abvq4xaa9"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -995,6 +995,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]