guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 93bf205f2b85b329d2c91c20509c8bf554dcfe5f
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:30 2025 +0800
gnu: kconfigwidgets: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.10.0.
Change-Id: Idc8594b43bc14dc985958a3a61e3f6af6687e507
---
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 c73b1056d6..12e3ab8a05 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3344,7 +3344,7 @@ KCModules can be created with the KConfigWidgets
framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3353,7 +3353,7 @@ KCModules can be created with the KConfigWidgets
framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054"))))
+ "075m1yf0vchajj6q055p2fg8r6dr9kqi847v8k0yygmfzb57pcaw"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))