gnu: ksystemstats: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.4.3.

Change-Id: I39c426067eb09dd073b832d2fbdacec403d075fb
This commit is contained in:
Zheng Junjie 2025-08-24 22:15:32 +08:00
parent e6cd58aee2
commit 986d1725e2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1154,7 +1154,7 @@ call it if it is not associated to a terminal.")
(define-public ksystemstats (define-public ksystemstats
(package (package
(name "ksystemstats") (name "ksystemstats")
(version "6.3.6") (version "6.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -1162,7 +1162,7 @@ call it if it is not associated to a terminal.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08qkynr7p3b1s7n49n7wf8kkr3xms9s54wsx4pa2lx172l1h6r79")))) "036sx162rbw7jmq2vk20gqk3pc09npclxp7q218ma8ypix8xn6qd"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:qtbase qtbase (list #:qtbase qtbase