1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: kactivitymanagerd: Update to 6.2.5.

* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.2.5.

Change-Id: Ic61c6937a99e5a01eb1f903fedad0ef1e743077c
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:52 +08:00
committed by Zheng Junjie
parent 2d83a9902d
commit 4f8e134f6e
+2 -2
View File
@@ -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))