gnu: kconfigwidgets: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.10.0.

Change-Id: Idc8594b43bc14dc985958a3a61e3f6af6687e507
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:30 +08:00
parent 724b42a68b
commit 5105c5fddf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3368,7 +3368,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
@ -3377,7 +3377,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))