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

commit fe8ddc0bf4a34dd642f36b4bf750a76fab5659ab
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Thu May 2 20:13:18 2024 +0800

    gnu: kwrited: Update to 6.0.4.
    
    * gnu/packages/kde-plasma.scm (kwrited): Update to 6.0.4.
    [inputs]: Use kcoreaddons-6, ki18n-6, kpty-6, knotifications-6 replace
    kcoreaddons, ki18n, kpty, knotifications.
    [arguments]: Set #:qtbase with qtbase.
    
    Change-Id: Ie6827e9223a6d2ad295830fff1a33b38e20fbcd0
---
 gnu/packages/kde-plasma.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5bb98c4b2e..07af6e2e7f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1367,7 +1367,7 @@ conjunction with the KDE Plasma Desktop.")
 (define-public kwrited
   (package
     (name "kwrited")
-    (version "5.27.7")
+    (version "6.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1375,10 +1375,11 @@ conjunction with the KDE Plasma Desktop.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1a4g05ynblbz0j0lqclxf6628x6wcd3b52l0smic3rdvbis43v0n"))))
+                "0fhm3z9l500k7jmrw0cj1wq1k212dn6n4hz1wpcp1hcmy7xjk049"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
-    (inputs (list kcoreaddons ki18n kpty knotifications))
+    (inputs (list kcoreaddons-6 ki18n-6 kpty-6 knotifications-6))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://invent.kde.org/plasma/kwrited";)
     (synopsis "System notification daemon")
     (description

Reply via email to