gnu: kwrited: Update to 6.1.4.

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

Change-Id: Ie50b97a6e060029341105f8f127a1ddd495a2370
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:52 +08:00
parent ffcd661cff
commit f36ed4ddc2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1530,7 +1530,7 @@ (define-public kwin
(define-public kwrited
(package
(name "kwrited")
(version "6.1.3")
(version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1538,7 +1538,7 @@ (define-public kwrited
version ".tar.xz"))
(sha256
(base32
"08x0b3cxm9ynazanf6qq1hmyl86cqg8vh34k5zji6a4r19zdcj1l"))))
"0jw18m94cjjbcpn5xb3wrf6392yy52dz0rkdzvz7sjxpp6gadgng"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))