From a451edd72bf79523f16c5d84da6d1ff951c1df8c Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sun, 24 Aug 2025 22:15:33 +0800 Subject: [PATCH] gnu: kwrited: Update to 6.4.3. * gnu/packages/kde-plasma.scm (kwrited): Update to 6.4.3. Change-Id: Icc46047bfcc0ef19f93a6146d9e77bee60ca3461 --- 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 46e9ee1a957..9fc08994075 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1684,7 +1684,7 @@ conjunction with the KDE Plasma Desktop.") (define-public kwrited (package (name "kwrited") - (version "6.3.6") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1692,7 +1692,7 @@ conjunction with the KDE Plasma Desktop.") version ".tar.xz")) (sha256 (base32 - "1m1p4yy046j0fm45czps4bwg2lqdrvlj7sa36g8syci67ilgfiyk")))) + "12q9vf52p1hwkdql1z0sbh1y1qy4wiqbk1qiyx2vs317sig4n57y")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons ki18n kpty knotifications))