~ruther/guix-local

c20fad6782933048ecc32b3b1fc25cfbac6fc444 — Zheng Junjie 1 year, 6 months ago a653c23
gnu: kcoreaddons: Update to 6.10.0.

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

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


@@ 818,7 818,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "167gwmrj7vfi49bfx16vri3vvzz979ymgwadb1s4xq6lvhlis3jy"))))
                "0wja32442gfp8damfvwb4nhzzjki15xkjxqwnb58gs8mg5s2igw9"))))
    (build-system qt-build-system)
    (native-inputs (list extra-cmake-modules qttools shared-mime-info))
    (inputs (list qtdeclarative))