guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 82fe1e14f7492c3c3e56d77949022fe7a97d9c63
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 29cf1440c8..17647f2ba9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -794,7 +794,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/"
@@ -802,7 +802,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