gnu: kwrited: Update to 6.3.6.

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

Change-Id: Iec0ebd9150084183a46f8259d1f1b513d1f5f879
This commit is contained in:
Maxim Cournoyer 2025-09-15 16:47:45 +09:00
parent 50cc84e04c
commit 225fbe4d64
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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