z572 pushed a commit to branch kde-team
in repository guix.
commit f87b79fb9d399c806950cc192ef21462f868e357
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:54 2024 +0800
gnu: kconfigwidgets: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.5.0.
Change-Id: Ia6da50a4927bf55614dee7b8bdba22cf242da3c1
---
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 3a93491417..c830ecb2ec 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.4.0")
+ (version "6.5.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
- "10rr77abb44v8lhn9zvf65r8akybnjim443ib7dx3ljp2phykxwq"))))
+ "04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))