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

commit 6bbcf7331b83597ae3f2e656011123a95c537572
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon May 5 17:35:54 2025 +0800

    gnu: kactivitymanagerd: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.3.4.
    
    Change-Id: I7faee9663000a25910155c5b244942b42e3e7dea
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e6a53ea76f..e1e0524d2b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -403,7 +403,7 @@ games, and tools.")
 (define-public kactivitymanagerd
   (package
     (name "kactivitymanagerd")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -411,7 +411,7 @@ games, and tools.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1mnsz4fdpfsgwagh54j5b38kvsklqh1pl05gs4wlq3qhbjy1nvpk"))))
+                "00kmx5zdfvg0w18hcc4wi1xqfi3n8x46664khf48mcl3gzjval2g"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))

Reply via email to