~ruther/guix-local

ded0f8d13f78d38df1025e5f867dad04bc222b70 — Zheng Junjie 1 year, 6 months ago 1fcd6c1
gnu: plasma-activities: Update to 6.2.5.

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

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

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 3110,7 3110,7 @@ maintaining an index of the contents of your files.")
(define-public plasma-activities
  (package
    (name "plasma-activities")
    (version "6.1.4")
    (version "6.2.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


@@ 3118,7 3118,7 @@ maintaining an index of the contents of your files.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "11i2ynw7gvlj164iq9bwz7q1dcwi82bd3dwaa67ypzsb4dwrbczc"))))
                "1iz62pgcg7fmamam47vl9gig0clsw5jkfvwdsy90s5z5gjf77skp"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules))