guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2cc4c4b5e37757f1a93e9730e85dea5907f5d7c7
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:55 2025 +0800
gnu: kwrited: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.2.5.
Change-Id: I3d9ab4e71d132cd79c04d33f1b921ed257b6d67b
---
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 1cfa0f4644..a8c92dc48c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1582,7 +1582,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "6.1.4")
+ (version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1590,7 +1590,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "0jw18m94cjjbcpn5xb3wrf6392yy52dz0rkdzvz7sjxpp6gadgng"))))
+ "14np6xlkw6p0gl11pygzc4h81japn3xmq0b2g4b982ksj484yy84"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))