From f617bc67e379a37456e4c3eae144bf34c98be19b Mon Sep 17 00:00:00 2001 From: Sughosha Date: Sun, 8 Feb 2026 23:05:34 +0530 Subject: [PATCH] gnu: kwrited: Update to 6.5.5. * gnu/packages/kde-plasma.scm (kwrited): Update to 6.5.5. Change-Id: Id428c52ac936beb3b2e231659168cecafccd04ea --- 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 61558927e1..4eb7d00f5e 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1660,7 +1660,7 @@ conjunction with the KDE Plasma Desktop.") (define-public kwrited (package (name "kwrited") - (version "6.5.2") + (version "6.5.5") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1668,7 +1668,7 @@ conjunction with the KDE Plasma Desktop.") version ".tar.xz")) (sha256 (base32 - "12895frz78vsabc9072d8jn6v5a38x1z6wrqc2mcwv3hmhlmz580")))) + "1358v7qapfdf07xcan2vk1282sx11qknxyhvlhzdm27ds1py9b6h")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons ki18n kpty knotifications))