mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kconfig: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.21.0. Change-Id: I97a2719365e4debb937e7b61d7872c2a31761583
This commit is contained in:
parent
a757b6802a
commit
c307d960ab
1 changed files with 2 additions and 2 deletions
|
|
@ -750,7 +750,7 @@ KColorScheme.")
|
|||
(define-public kconfig
|
||||
(package
|
||||
(name "kconfig")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -759,7 +759,7 @@ KColorScheme.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1srjiglsfjp015hs39i27xsz6rbbxfbg29s96wi7304h0v6vxzyl"))))
|
||||
"082fyg4dz35waia1xffmppwgnf9r4767k026k6wfkkr64awx1h8c"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list dbus extra-cmake-modules inetutils qttools tzdata-for-tests))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue