guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 1739552a691d6b7c055ff213859dede613a313d1
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:19 2025 +0530
gnu: kglobalacceld: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (kglobalacceld): Update to 6.5.0.
Change-Id: I0bdf01a2a5cdf30c636d6a47d0c2a7fced995b84
---
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 82a9745fb2..ebf4b8ae10 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -792,7 +792,7 @@ KDE Frameworks 5 to better interact with the system.")
(define-public kglobalacceld
(package
(name "kglobalacceld")
- (version "6.4.5")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -800,7 +800,7 @@ KDE Frameworks 5 to better interact with the system.")
version ".tar.xz"))
(sha256
(base32
- "0wyd6961m7lpwgpz81yipk7xbrzjj8ngwyb9xcpjjq39m3vx24m7"))))
+ "1mbmdyn08scakzn28b9cs7pjkv4s3wiyplplrf720a8mg112vjsx"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:phases