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

commit 4f08575e4aefa635d566e6fb0df6da1d281ff1b6
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:18 2025 +0530

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

Reply via email to