gnu: kconfig: Update to 6.13.0.

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

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

View file

@ -717,7 +717,7 @@ KColorScheme.")
(define-public kconfig (define-public kconfig
(package (package
(name "kconfig") (name "kconfig")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -726,7 +726,7 @@ KColorScheme.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0zwdkp30hs089jqyfqnlg2yd5xmqb0ihggz3626czfk8prsjrvq0")))) "0icl7wclnpa499x8xlv0ilhvcvr61ra51fisrhplgpw8cacnriif"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list dbus extra-cmake-modules inetutils qttools)) (list dbus extra-cmake-modules inetutils qttools))