guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 77dae7f2b5aee7f4677e1aee8c664b880e51cfe9
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:00 2026 +0530
gnu: kguiaddons: Update to 6.22.1.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.22.1.
Change-Id: I8a1d36c94c47db6d69b1dd539b5f2ac0d4cea885
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3bc041f6c3..203b8a35d9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1072,7 +1072,7 @@ infrastructure.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (version "6.21.0")
+ (version "6.22.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1081,7 +1081,7 @@ infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1l3xnd9521zd59n33p7shzkl3hi0kvj4dg4knf0wxz695dsfyj8j"))))
+ "1ffm2sc9zyimy4w0j0vylgwm6qglmp447sp3vbqrvvsqswr9dxd3"))))
(build-system qt-build-system)
;; TODO: Build packages for the Python bindings. Ideally this will be
;; done for all versions of python guix supports. Requires python,