gnu: kdbusaddons: Update to 6.10.0.

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

Change-Id: I87b8db5b6c4ce326f3ff181b9cf485329e273098
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:22 +08:00 committed by Zheng Junjie
parent c20fad6782
commit cbfbefdcdb
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -891,7 +891,7 @@ many more.")
(define-public kdbusaddons (define-public kdbusaddons
(package (package
(name "kdbusaddons") (name "kdbusaddons")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -900,7 +900,7 @@ many more.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zm8y0ganicalqq1s2apm5ikzpza6f6m0607aaad4bbsbpzzkb5g")))) "0cmvigl3xdbvamlaqmfmmr69h4sj93282qhinbvxk00gl6kgm2z8"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules dbus qttools)) (list extra-cmake-modules dbus qttools))