~ruther/guix-local

225fbe4d6404035742c6a754ec4821c37356c8c7 — Maxim Cournoyer 7 months ago 50cc84e
gnu: kwrited: Update to 6.3.6.

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

Change-Id: Iec0ebd9150084183a46f8259d1f1b513d1f5f879
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 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))