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

commit 7f8ccd3a61555bc16b9f74742399fdb81bb95df6
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:04 2025 +0530

    gnu: ksystemstats: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.5.4.
    
    Change-Id: I995288085105c83d39fb760994f26ed14a0b5a91
---
 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 b1095da53d..983a460bcf 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1199,7 +1199,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1207,7 +1207,7 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1jkgi3js84lwakb853i2qgmk0nrk0arm2c4ygf9x1r9g4jip5hnq"))))
+                "1yrimk0xipnxfk1d8vqqmbhkp40sy79nqb1ijp377dr148ikhc55"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to