1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kwrited: Update to 6.5.0.

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

Change-Id: Ie16ef71f5de7b2d1f0c56d59c0928041f36e5dd3
This commit is contained in:
Sughosha
2025-10-22 22:29:35 +05:30
parent 299ec828fd
commit 17eaf3bbbb

View File

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