gnu: kconfigwidgets: Update to 6.13.0.

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

Change-Id: I964ab30404b4440c83a313b484d9aec1df561edb
This commit is contained in:
宋文武 2025-05-04 14:10:13 +08:00 committed by Andreas Enge
parent c44dd4a643
commit 0439655f3c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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