gnu: kcoreaddons: Update to 6.10.0.

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

Change-Id: I75ac32cb852292d9644e5766d386532094f51598
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:21 +08:00
parent 7783b32a33
commit 9d72670b62
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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))