~ruther/guix-local

d92ff450672bfdb4241b3ba5d5b9aa9d0f41ac7f — Zheng Junjie 9 months ago 240b289
gnu: kconfigwidgets: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.16.0.

Change-Id: Ia75bf1d9d48786f761c0b93179626d7ff683add3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 3398,7 3398,7 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets
  (package
    (name "kconfigwidgets")
    (version "6.13.0")
    (version "6.16.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3407,7 3407,7 @@ KCModules can be created with the KConfigWidgets framework.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "0nin8277q7qcivyyq8gii54mrzgdsh5vkhrwhrkfavqi7gbmbpy5"))))
                "1ifmwbp59vlli6l8a5rgf0y5slc03s9hs7mxhqjv2jg0v9pjbh31"))))
    (build-system qt-build-system)
    (propagated-inputs
     (list kcodecs kconfig kcolorscheme kwidgetsaddons))