gnu: kwrited: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (kwrited): Update to 6.4.3.

Change-Id: Icc46047bfcc0ef19f93a6146d9e77bee60ca3461
This commit is contained in:
Zheng Junjie 2025-08-24 22:15:33 +08:00
parent c874d5daa5
commit a451edd72b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1684,7 +1684,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited (define-public kwrited
(package (package
(name "kwrited") (name "kwrited")
(version "6.3.6") (version "6.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -1692,7 +1692,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1m1p4yy046j0fm45czps4bwg2lqdrvlj7sa36g8syci67ilgfiyk")))) "12q9vf52p1hwkdql1z0sbh1y1qy4wiqbk1qiyx2vs317sig4n57y"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules)) (native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications)) (inputs (list kcoreaddons ki18n kpty knotifications))