gnu: kconfig: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.114.0. Change-Id: Icd4f11af8bc2769c2e30b5984e329aa9f230db51master
parent
b189ee8498
commit
2b1d53273a
|
@ -589,7 +589,7 @@ which can be used to add custom colors to the popup menu.")
|
||||||
(define-public kconfig
|
(define-public kconfig
|
||||||
(package
|
(package
|
||||||
(name "kconfig")
|
(name "kconfig")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -598,7 +598,7 @@ which can be used to add custom colors to the popup menu.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gq30f5yx3razkn12zq7224sivl76jikf7c4xdfc9fw1k54sxbjd"))))
|
"0hghdh4p6cq9ckp4g5jdgd8w47pdsxxvzimrdfjrs71lmy8ydiy2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules inetutils qttools-5
|
(list dbus extra-cmake-modules inetutils qttools-5
|
||||||
|
|
Reference in New Issue