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

commit fb2c2e8333a8cdb93b54ed5547c8dee44e447c56
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 14:10:39 2025 +0800

    gnu: kactivitymanagerd: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.4.3.
    
    Change-Id: I37155f65a97f78e83ae214e4e1ecaab7d9af2172
---
 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 df06e2d21a..55d489f0ec 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.3.4")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -411,7 +411,7 @@ games, and tools.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "00kmx5zdfvg0w18hcc4wi1xqfi3n8x46664khf48mcl3gzjval2g"))))
+                "12x6nqaj60dma1n6dxv87z51013aqw7dzywab939sipw7c32psz9"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))

Reply via email to