guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6d45473b2beeab49e8688968db7e8031bf246a6f
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:31 2025 +0530
gnu: kguiaddons: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.21.0.
Change-Id: Ifd6018e948d348ea1220cef58dfabed0f2fac77f
---
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 ad43e15c17..1fc15af018 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1069,7 +1069,7 @@ infrastructure.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1078,7 +1078,7 @@ infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1rm1m0n566nc511mmipcfbgl2nz4mdmnr01vrncci457bdn42hxc"))))
+ "1l3xnd9521zd59n33p7shzkl3hi0kvj4dg4knf0wxz695dsfyj8j"))))
(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,