z572 pushed a commit to branch kde-team
in repository guix.
commit 696eefde869c409e55ccdc139204a847f006c6b6
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 14:53:29 2024 +0800
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
---
gnu/packages/kde-plasma.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index af6e819512..e69e78048d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -923,7 +923,7 @@ call it if it is not associated to a terminal.")
(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 @@ call it if it is not associated to a terminal.")
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?