mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: kconfig: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.114.0. Change-Id: Icd4f11af8bc2769c2e30b5984e329aa9f230db51
This commit is contained in:
parent
b189ee8498
commit
2b1d53273a
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ (define-public kcolorpicker
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -598,7 +598,7 @@ (define-public kconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gq30f5yx3razkn12zq7224sivl76jikf7c4xdfc9fw1k54sxbjd"))))
|
||||
"0hghdh4p6cq9ckp4g5jdgd8w47pdsxxvzimrdfjrs71lmy8ydiy2"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools-5
|
||||
|
|
Loading…
Reference in a new issue