summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <[email protected]>2024-07-06 14:53:29 +0800
committerZheng Junjie <[email protected]>2024-07-18 10:45:09 +0800
commit696eefde869c409e55ccdc139204a847f006c6b6 (patch)
treec51c0d3a4e6f9e135b034bd29e121bc1d43bf715
parentef615567ac6e236f6bf4c29694fd0e7eafe9de3b (diff)
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
-rw-r--r--gnu/packages/kde-plasma.scm7
1 files 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?