From b203c5c29d639cb4dd15c99e405d597d8a6f0722 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 15 Sep 2025 16:47:45 +0900 Subject: [PATCH] gnu: ksystemstats: Update to 6.3.6. * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.3.6. Change-Id: I6d75d9a7cce01cbad31df54676e030471bc6fb19 --- 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 16d6b9b74f6..507858c268f 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1148,7 +1148,7 @@ call it if it is not associated to a terminal.") (define-public ksystemstats (package (name "ksystemstats") - (version "6.3.4") + (version "6.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1156,7 +1156,7 @@ call it if it is not associated to a terminal.") version ".tar.xz")) (sha256 (base32 - "15akx389ia5fv66i65ipmhx4ki3n0rn9r1hsqca12fnhf29nl000")))) + "08qkynr7p3b1s7n49n7wf8kkr3xms9s54wsx4pa2lx172l1h6r79")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase