guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 612262ac5590d8c2a3565a666bbdb25b9b885d0d Author: Zheng Junjie <[email protected]> AuthorDate: Mon May 5 17:49:59 2025 +0800 gnu: kwrited: Update to 6.3.4. * gnu/packages/kde-plasma.scm (kwrited): Update to 6.3.4. Change-Id: I484eaf0834fd7085239fe4bf5a14b31e1b4b4e7a --- 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 4d63359820..dedab7bb36 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1584,7 +1584,7 @@ conjunction with the KDE Plasma Desktop.") (define-public kwrited (package (name "kwrited") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1592,7 +1592,7 @@ conjunction with the KDE Plasma Desktop.") version ".tar.xz")) (sha256 (base32 - "14np6xlkw6p0gl11pygzc4h81japn3xmq0b2g4b982ksj484yy84")))) + "1dkmr50v8jnkmx6jxsps8l1z559khnq2g5zpl48maybzpgjcpcpp")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons ki18n kpty knotifications))
