gnu: kdnssd: Update to 6.10.0.

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

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

View file

@ -976,7 +976,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -985,7 +985,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zdziswvkdycg4cr89y9fwqym812yd2w167qa8dwlvxn7562bz9p")))) "09xagl0pizdhql5xa6rfja4j8gq8f5w7y3rpzhlrl2y43x80i3zx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools)) (list extra-cmake-modules qttools))