z572 pushed a commit to branch kde-team
in repository guix.
commit feb6d6a73b58b9f43a7f4653c88af01602e23730
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 19:10:27 2024 +0800
gnu: kwrited: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.1.3.
Change-Id: Ic897cfdc01732c00918eb9feaf9a9615bc314069
---
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 54423c7e24..9c11562f77 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1529,7 +1529,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "6.1.2")
+ (version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1537,7 +1537,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "1h8njjh277jk66r4bm913m953irgdy3126gsamnjzjkrd13qlr45"))))
+ "08x0b3cxm9ynazanf6qq1hmyl86cqg8vh34k5zji6a4r19zdcj1l"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))