mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kconfig: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 6.13.0. Change-Id: Ic372fecd8a4884679751807555e138edbe797269
This commit is contained in:
parent
b39ea2d97b
commit
d374e16680
1 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ KColorScheme.")
|
||||||
(define-public kconfig
|
(define-public kconfig
|
||||||
(package
|
(package
|
||||||
(name "kconfig")
|
(name "kconfig")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -726,7 +726,7 @@ KColorScheme.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zwdkp30hs089jqyfqnlg2yd5xmqb0ihggz3626czfk8prsjrvq0"))))
|
"0icl7wclnpa499x8xlv0ilhvcvr61ra51fisrhplgpw8cacnriif"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules inetutils qttools))
|
(list dbus extra-cmake-modules inetutils qttools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue