mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kconfig: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.4.0. Change-Id: I8a5d10b93a6b15b8632f0ccd77d2a15530e834d1
This commit is contained in:
parent
3b3fc90f35
commit
acd53b8681
1 changed files with 2 additions and 2 deletions
|
@ -703,7 +703,7 @@ (define-public kcolorscheme
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -712,7 +712,7 @@ (define-public kconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ybr5l0b9wvzkh3546s3dnv2di0vf3rcf0f6jzbyqlaigfprm04d"))))
|
||||
"1p8nq66vikm6g971vx18qbw4d2p77p0cxjyvrxark8afvrpx1czv"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools))
|
||||
|
|
Loading…
Reference in a new issue