diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index c73b1056d60..12e3ab8a055 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.5.0") + (version "6.10.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 - "04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054")))) + "075m1yf0vchajj6q055p2fg8r6dr9kqi847v8k0yygmfzb57pcaw")))) (build-system qt-build-system) (propagated-inputs (list kcodecs kconfig kcolorscheme kwidgetsaddons))