~ruther/guix-local

ddeae5cf038b6d23c96eb21e3bd51900c8745cfa — Sughosha 5 months ago 4084d9d
gnu: kcoreaddons: Update to 6.18.0.

* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.18.0.

Change-Id: Ia286cfe1d99074ab7303947db34aa61b468b22d3
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
@@ 877,7 877,7 @@ kconfiggui-kstandardshortcutwatchertest)"
(define-public kcoreaddons
  (package
    (name "kcoreaddons")
    (version "6.16.0")
    (version "6.18.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 886,7 886,7 @@ kconfiggui-kstandardshortcutwatchertest)"
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "18721a9rkhrh52mlf8aajib6kzd607cfbmxddqhkplcnq922g2kr"))))
                "0bzlns71189xccib5slb0gh80ac1693ly41i3z1px625gpy3rl71"))))
    (build-system qt-build-system)
    (native-inputs (list extra-cmake-modules qttools shared-mime-info))
    (inputs (list qtdeclarative))