guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 257dfc80cfb39e65d5dbdb5ec0883b9baee41d2e
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:36 2025 +0530
gnu: kguiaddons: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.19.0.
Change-Id: I8b5adaed5507e50fdf4c67b3eeb2ab1123cf4646
---
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 b101af8000..c1ec00697e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1093,7 +1093,7 @@ infrastructure.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1102,7 +1102,7 @@ infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rn4prmj3y6gdj23gwfb70samrq6b64skzqjalc7pcni08l8farf"))))
+ "1rm1m0n566nc511mmipcfbgl2nz4mdmnr01vrncci457bdn42hxc"))))
(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,