guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit ccbe3c349d89a80b638b8c9c3d442b60b0b17543
Author: Zheng Junjie <[email protected]>
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 b7ac4e4039..792d0f8bce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3173,7 +3173,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/"
@@ -3181,7 +3181,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))

Reply via email to