diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3a93491417..c830ecb2ec 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.4.0") + (version "6.5.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 - "10rr77abb44v8lhn9zvf65r8akybnjim443ib7dx3ljp2phykxwq")))) + "04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054")))) (build-system qt-build-system) (propagated-inputs (list kcodecs kconfig kcolorscheme kwidgetsaddons)) |