1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

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

View File

@@ -1530,7 +1530,7 @@ conjunction with the KDE Plasma Desktop.")
(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 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
"08x0b3cxm9ynazanf6qq1hmyl86cqg8vh34k5zji6a4r19zdcj1l"))))
"0jw18m94cjjbcpn5xb3wrf6392yy52dz0rkdzvz7sjxpp6gadgng"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))