mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kconfig: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.5.0. Change-Id: I20b414870d7c41dbeb3122452300073d7300be63
This commit is contained in:
parent
1a3c039c1b
commit
2b1000cb78
1 changed files with 2 additions and 2 deletions
|
@ -703,7 +703,7 @@ (define-public kcolorscheme
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -712,7 +712,7 @@ (define-public kconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p8nq66vikm6g971vx18qbw4d2p77p0cxjyvrxark8afvrpx1czv"))))
|
||||
"04sxibd21mzc27s67yjpg0qsd1j8w6k29wdbg2wdy7a9scam73p4"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools))
|
||||
|
|
Loading…
Reference in a new issue