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

commit f53a9bf4294a5a2413107f20bbcb9b3fe37a2fee
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:16 2025 +0530

    gnu: ksystemstats: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.4.5.
    
    Change-Id: I7eae3ef074b71da7d7321da1882f5c385afc6f17
---
 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 f3590f19e6..cebb10ec51 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1184,7 +1184,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.4.3")
+    (version "6.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1192,7 +1192,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "036sx162rbw7jmq2vk20gqk3pc09npclxp7q218ma8ypix8xn6qd"))))
+                "1lj99bhgnzkx2jx9bx67pcffxsa5hz1s6ksvhb591zdb767jhnvi"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to