guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit cd2639b42569f82b13093d3ebbf06e36b3932496
Author: Zheng Junjie <[email protected]>
AuthorDate: Sun Aug 24 22:15:33 2025 +0800

    gnu: kwrited: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (kwrited): Update to 6.4.3.
    
    Change-Id: Icc46047bfcc0ef19f93a6146d9e77bee60ca3461
---
 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 4d4ce52d1c..9a63240eb4 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1644,7 +1644,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public kwrited
   (package
     (name "kwrited")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1652,7 +1652,7 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1m1p4yy046j0fm45czps4bwg2lqdrvlj7sa36g8syci67ilgfiyk"))))
+                "12q9vf52p1hwkdql1z0sbh1y1qy4wiqbk1qiyx2vs317sig4n57y"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons ki18n kpty knotifications))

Reply via email to