gnu: kwrited: Update to 6.3.4.

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

Change-Id: I484eaf0834fd7085239fe4bf5a14b31e1b4b4e7a
This commit is contained in:
Zheng Junjie 2025-05-05 17:49:59 +08:00 committed by Andreas Enge
parent c410b95f06
commit c5fbb038a8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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