diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 61558927e1..4eb7d00f5e 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1660,7 +1660,7 @@ conjunction with the KDE Plasma Desktop.") (define-public kwrited (package (name "kwrited") - (version "6.5.2") + (version "6.5.5") (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 - "12895frz78vsabc9072d8jn6v5a38x1z6wrqc2mcwv3hmhlmz580")))) + "1358v7qapfdf07xcan2vk1282sx11qknxyhvlhzdm27ds1py9b6h")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons ki18n kpty knotifications))