gnu: ksystemstats: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I7e8d0ee79dbc2499ef4d19a06cddbffb71736a33
This commit is contained in:
Zheng Junjie 2024-07-06 14:53:29 +08:00
parent ef615567ac
commit 696eefde86
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -923,7 +923,7 @@ (define-public ksshaskpass
(define-public ksystemstats
(package
(name "ksystemstats")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -931,10 +931,11 @@ (define-public ksystemstats
version ".tar.xz"))
(sha256
(base32
"1fx5b566xx32q7gxi8qnnx6vny7ip5r65zi2znnx3azmwsc8jgvw"))))
"0fv96n03j6q2ainhw922abwwq1qrc8djqwk2cg6cjlnlkvvx9m1i"))))
(build-system qt-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
(list #:qtbase qtbase
#:phases #~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?