diff options
author | Zheng Junjie <z572@z572.online> | 2025-05-05 17:47:12 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:48 +0200 |
commit | 2fedbd66fa882c6aa71840424f8b6ab2e2e03200 (patch) | |
tree | ccaf961a956cd86180ca0146f0de6f2d1257c0c3 | |
parent | 0a2dd1337f8e318ee5ae21baa4738871d5e76665 (diff) |
gnu: plasma-activities: Update to 6.3.4.
* gnu/packages/kde-frameworks.scm (plasma-activities): Update to 6.3.4.
Change-Id: Ie3c4210958e30ff706cdf70b93904ca9aec604c7
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4f1d6136ec..eee80712f2 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3123,7 +3123,7 @@ maintaining an index of the contents of your files.") (define-public plasma-activities (package (name "plasma-activities") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -3131,7 +3131,7 @@ maintaining an index of the contents of your files.") version ".tar.xz")) (sha256 (base32 - "1iz62pgcg7fmamam47vl9gig0clsw5jkfvwdsy90s5z5gjf77skp")))) + "01fxs3rp1qycy3b4pg7dz4i3naa6id7s69dilrfr234g8cc5f2k7")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) |