guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 058494da40c7e7976986b3dd28c6a283b3d45c11
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:35 2025 +0530
gnu: kwrited: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.5.0.
Change-Id: Ie16ef71f5de7b2d1f0c56d59c0928041f36e5dd3
---
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 86e6455a35..559b0e4383 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1653,7 +1653,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "6.4.5")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1661,7 +1661,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "1l805a4i6j4rxlldmgfg6g9x8pgby8krqlbxr51gb0542nqq6js3"))))
+ "1sriss9x3ky3hzh6m81bk8flbk5kj2944slilr9683s37g721wr0"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))