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 committed by Zheng Junjie
parent a653c23890
commit c20fad6782
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -809,7 +809,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
(define-public kcoreaddons (define-public kcoreaddons
(package (package
(name "kcoreaddons") (name "kcoreaddons")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -818,7 +818,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"167gwmrj7vfi49bfx16vri3vvzz979ymgwadb1s4xq6lvhlis3jy")))) "0wja32442gfp8damfvwb4nhzzjki15xkjxqwnb58gs8mg5s2igw9"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info)) (native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative)) (inputs (list qtdeclarative))