1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 08:10:29 +02:00

gnu: kwrited: Update to 6.2.5.

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

Change-Id: I3d9ab4e71d132cd79c04d33f1b921ed257b6d67b
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:55 +08:00
committed by Zheng Junjie
parent e11cba7241
commit 19462fdd08

View File

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