guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bbac4cafc856f0221727af5c4dd91a1e13e3d6ab
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:45 2025 +0900

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

Reply via email to