guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7039f15dd7f32bde9d9b51600d374dfefce05dfe
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 e181231e79..89de71d2fd 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.4.5")
+ (version "6.5.0")
(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
- "1l805a4i6j4rxlldmgfg6g9x8pgby8krqlbxr51gb0542nqq6js3"))))
+ "1sriss9x3ky3hzh6m81bk8flbk5kj2944slilr9683s37g721wr0"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))