mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: kconfig: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
3ec39c6cb2
commit
ab9ce3471b
1 changed files with 2 additions and 2 deletions
|
@ -557,7 +557,7 @@ (define-public kcodecs
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -566,7 +566,7 @@ (define-public kconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15m2bggfr682q68dym7nzmvz7q7pwarzijad1wj0r5cs62l3bkjy"))))
|
||||
"0gq30f5yx3razkn12zq7224sivl76jikf7c4xdfc9fw1k54sxbjd"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools-5
|
||||
|
|
Loading…
Reference in a new issue