z572 pushed a commit to branch qt-team
in repository guix.

commit bfa1dd7b0ba0b2a0e8d5500fd3008eee5a1d92a8
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 4855f7c313..7eb20848ba 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -398,7 +398,7 @@ games, and tools.")
 (define-public kactivitymanagerd
   (package
     (name "kactivitymanagerd")
-    (version "6.1.4")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -406,7 +406,7 @@ games, and tools.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1h3hk1552yacalbwkyn17gyayv7lhw3b6qdip4z1r0dsf71m55lq"))))
+                "00kmx5zdfvg0w18hcc4wi1xqfi3n8x46664khf48mcl3gzjval2g"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))

Reply via email to