z572 pushed a commit to branch kde-team
in repository guix.
commit 84d5651a0d68a03cc8f6f150159a510c60ec9418
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:51 2024 +0800
gnu: kconfigwidgets: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.4.0.
Change-Id: I1ff54234dd8c144a26708c6ad97f64aea27f89d5
---
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 a3a7a367e3..65b46eceba 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.3.0")
+ (version "6.4.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
- "14104r6j38kjqmvx3d66xm4amdbdxl1450257l6zlf9wp1lndj5s"))))
+ "10rr77abb44v8lhn9zvf65r8akybnjim443ib7dx3ljp2phykxwq"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))