~ruther/guix-local

ca1e4597802f2e16b78fc876c9154350df86d9db — Zheng Junjie 1 year, 10 months ago 0d480a6
gnu: kactivitymanagerd: Update to 6.1.4.

* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.1.4.

Change-Id: I73cca2bf019c1ad4b45641566f6f9ec5d87a2acf
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
@@ 391,7 391,7 @@ games, and tools.")
(define-public kactivitymanagerd
  (package
    (name "kactivitymanagerd")
    (version "6.1.3")
    (version "6.1.4")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


@@ 399,7 399,7 @@ games, and tools.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "0q3lac62crvjjnv66nylrd0639g3m51a9fngck23jw7ybbk9ii20"))))
                "1h3hk1552yacalbwkyn17gyayv7lhw3b6qdip4z1r0dsf71m55lq"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase))
    (native-inputs (list extra-cmake-modules))