guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit b2ccfbf2891cfe4599b0e66f564bee610c3aff4c Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 16:29:21 2025 +0800
gnu: plasma-activities: Update to 6.4.3. * gnu/packages/kde-frameworks.scm (plasma-activities): Update to 6.4.3. Change-Id: Ic9aa7c5e190b73c543500fcd6b11e948990e3de9 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 750046961c..80ce453237 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3149,7 +3149,7 @@ maintaining an index of the contents of your files.") (define-public plasma-activities (package (name "plasma-activities") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -3157,7 +3157,7 @@ maintaining an index of the contents of your files.") version ".tar.xz")) (sha256 (base32 - "01fxs3rp1qycy3b4pg7dz4i3naa6id7s69dilrfr234g8cc5f2k7")))) + "1w4fp6h6kmjzk94mvk73wzkkn3bhq4vyd6jv976zmph2crscm38w")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules))