mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: kconfig: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.10.0. Change-Id: I346eaa0f8fd6bcab55210e10ae274c4e1344965f
This commit is contained in:
parent
d2d30122e5
commit
7927ea01c6
1 changed files with 2 additions and 2 deletions
|
@ -710,7 +710,7 @@ (define-public kcolorscheme
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -719,7 +719,7 @@ (define-public kconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04sxibd21mzc27s67yjpg0qsd1j8w6k29wdbg2wdy7a9scam73p4"))))
|
||||
"0zwdkp30hs089jqyfqnlg2yd5xmqb0ihggz3626czfk8prsjrvq0"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools))
|
||||
|
|
Loading…
Reference in a new issue