gnu: kconfigwidgets: Update to 6.16.0.

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

Change-Id: Ia75bf1d9d48786f761c0b93179626d7ff683add3
This commit is contained in:
Zheng Junjie 2025-07-23 18:28:41 +08:00
parent d54786a90a
commit 5ebb98a9c1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3398,7 +3398,7 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
(version "6.13.0")
(version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3407,7 +3407,7 @@ KCModules can be created with the KConfigWidgets framework.")
name "-" version ".tar.xz"))
(sha256
(base32
"0nin8277q7qcivyyq8gii54mrzgdsh5vkhrwhrkfavqi7gbmbpy5"))))
"1ifmwbp59vlli6l8a5rgf0y5slc03s9hs7mxhqjv2jg0v9pjbh31"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))