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

commit f7559c4a73d481ca20e2fc9d972adc3036954e06
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Aug 9 23:33:51 2024 +0800

    gnu: ksystemstats: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.1.4.
    
    Change-Id: Ibb3ad55f8cef1d7196b56fc902ba41d31014c52b
---
 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 ed4c39d96b..83913e27cc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -973,7 +973,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -981,7 +981,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "11af0fxpp22czgn6slbm6kq06nqjm0n4jv1av5k3ykyc8z6bbzf9"))))
+                "1743q0xyx1b465qhv7bg1xyblfwm515xfvifgzc3qxwhkyci64d4"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to