guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c47a75a45a6a1ac1e66b7a60d16e50b2ed4bd769
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:52 2025 +0800
gnu: kactivitymanagerd: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.2.5.
Change-Id: Ic61c6937a99e5a01eb1f903fedad0ef1e743077c
---
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 32bab36bd6..ef9325c980 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -400,7 +400,7 @@ games, and tools.")
(define-public kactivitymanagerd
(package
(name "kactivitymanagerd")
- (version "6.1.4")
+ (version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -408,7 +408,7 @@ games, and tools.")
version ".tar.xz"))
(sha256
(base32
- "1h3hk1552yacalbwkyn17gyayv7lhw3b6qdip4z1r0dsf71m55lq"))))
+ "1mnsz4fdpfsgwagh54j5b38kvsklqh1pl05gs4wlq3qhbjy1nvpk"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))