guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f57316a46e34cd13bb0908ab0aa5588a2fdce302
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:06 2025 +0530
gnu: kwrited: Update to 6.5.4.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.5.4.
Change-Id: Iceb36fcaed82cd8ba0e7d80b7297d3e31661ee11
---
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 60f0571326..ed1c8933f7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1657,7 +1657,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "6.5.2")
+ (version "6.5.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1665,7 +1665,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "12895frz78vsabc9072d8jn6v5a38x1z6wrqc2mcwv3hmhlmz580"))))
+ "19p9nzd6a3qlbnvxnlra07x1fyiidx26fwlf9nbllqnf45fhy4wf"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))