gnu: kconfigwidgets: Update to 6.5.0.

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

Change-Id: Ia6da50a4927bf55614dee7b8bdba22cf242da3c1
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:54 +08:00
parent 3b3d1be986
commit c4ecda1d80
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -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))