gnu: kconfig: Update to 6.21.0.

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

Change-Id: I97a2719365e4debb937e7b61d7872c2a31761583
This commit is contained in:
Sughosha 2025-12-24 14:40:30 +05:30
parent a757b6802a
commit c307d960ab
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -750,7 +750,7 @@ KColorScheme.")
(define-public kconfig
(package
(name "kconfig")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -759,7 +759,7 @@ KColorScheme.")
name "-" version ".tar.xz"))
(sha256
(base32
"1srjiglsfjp015hs39i27xsz6rbbxfbg29s96wi7304h0v6vxzyl"))))
"082fyg4dz35waia1xffmppwgnf9r4767k026k6wfkkr64awx1h8c"))))
(build-system qt-build-system)
(native-inputs
(list dbus extra-cmake-modules inetutils qttools tzdata-for-tests))