gnu: kdnssd: Update to 6.16.0.

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

Change-Id: I4a6d0dc5880f66bd6302dd86abf1c130460a4ab4
This commit is contained in:
Zheng Junjie 2025-07-19 11:06:47 +08:00
parent 2bb3a3aa02
commit a8aec25d2d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1010,7 +1010,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "6.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1019,7 +1019,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"10kyj10m31s9pa0bs247f7lfiikb5xjqzf75a54gyvc8lgx5vlp3")))) "1q58d4pivfn0g76x65wrqj9qj6j7qxx0i8lmd4v333nrqw2xz2xh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools)) (list extra-cmake-modules qttools))