me
/
guix
Archived
1
0
Fork 0

gnu: kconfig: Update to 5.114.0.

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

Change-Id: Icd4f11af8bc2769c2e30b5984e329aa9f230db51
master
Maxim Cournoyer 2024-01-18 11:33:09 -05:00
parent b189ee8498
commit 2b1d53273a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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