mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: kconfigwidgets: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.10.0. Change-Id: Idc8594b43bc14dc985958a3a61e3f6af6687e507
This commit is contained in:
parent
724b42a68b
commit
5105c5fddf
1 changed files with 2 additions and 2 deletions
|
@ -3368,7 +3368,7 @@ KCModules can be created with the KConfigWidgets framework.")
|
|||
(define-public kconfigwidgets
|
||||
(package
|
||||
(name "kconfigwidgets")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3377,7 +3377,7 @@ KCModules can be created with the KConfigWidgets framework.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054"))))
|
||||
"075m1yf0vchajj6q055p2fg8r6dr9kqi847v8k0yygmfzb57pcaw"))))
|
||||
(build-system qt-build-system)
|
||||
(propagated-inputs
|
||||
(list kcodecs kconfig kcolorscheme kwidgetsaddons))
|
||||
|
|
Loading…
Add table
Reference in a new issue