gnu: kconfig: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.4.0. Change-Id: I8a5d10b93a6b15b8632f0ccd77d2a15530e834d1master
parent
3b3fc90f35
commit
acd53b8681
|
@ -703,7 +703,7 @@ KColorScheme.")
|
||||||
(define-public kconfig
|
(define-public kconfig
|
||||||
(package
|
(package
|
||||||
(name "kconfig")
|
(name "kconfig")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -712,7 +712,7 @@ KColorScheme.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ybr5l0b9wvzkh3546s3dnv2di0vf3rcf0f6jzbyqlaigfprm04d"))))
|
"1p8nq66vikm6g971vx18qbw4d2p77p0cxjyvrxark8afvrpx1czv"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue