guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 528d496130ab7b169747590ba55a5917ec154e8c
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 09:31:59 2025 +0530
gnu: kwrited: Update to 6.5.2.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.5.2.
Change-Id: I648017ccdba8c9a128f305af4d697e1b33b4e79c
---
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 71ddbf9160..90bad99faf 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1700,7 +1700,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "6.5.0")
+ (version "6.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1708,7 +1708,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "1sriss9x3ky3hzh6m81bk8flbk5kj2944slilr9683s37g721wr0"))))
+ "12895frz78vsabc9072d8jn6v5a38x1z6wrqc2mcwv3hmhlmz580"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))