guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit dab0c564cb2f118823810cb2b680fc4008dec33c
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:34 2026 +0530
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 f25806e4ed..afb5a6e1f3 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1658,7 +1658,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/"
@@ -1666,7 +1666,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))