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

commit 819a42de6820a1793a5aaf82017024f6227f0f68
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 14:26:00 2025 +0800

    gnu: libksysguard: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (libksysguard): Update to 6.4.3.
    
    Change-Id: I8acb05e63ef864b374119f69fa5f39d6d72e711c
---
 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 051aa09ae4..3db30cb6d9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1327,14 +1327,14 @@ basic needs and easy to configure for those who want 
special setups.")
 (define-public libksysguard
   (package
     (name "libksysguard")
-    (version "6.3.6")
+    (version "6.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/libksysguard-" version ".tar.xz"))
        (sha256
-        (base32 "1yxwfq7x55n864wv3byhzfj6hncg58xydpc06didr2h1hy9pvy8l"))))
+        (base32 "1qijnyz6f4kk2y3zl4c369sbbrzrdbndi6g3dr30w2yjbwqm78sp"))))
     (native-inputs
      (list bash-minimal extra-cmake-modules pkg-config qttools))
     (inputs

Reply via email to