gnu: kio-zeroconf: Update to 24.12.1.

* gnu/packages/kde.scm (kio-zeroconf): Update to 24.12.1.

Change-Id: I2d4a5cdbabe40b0d00a951a00def3ce5ebcee33e
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:09 +08:00 committed by Zheng Junjie
parent ca106926de
commit 4aba3d876a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2158,14 +2158,14 @@ picture metadata as EXIF/IPTC and XMP.")
(define-public kio-zeroconf
(package
(name "kio-zeroconf")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kio-zeroconf-" version ".tar.xz"))
(sha256
(base32 "058w37n7s8lbc8mjqjpqarhg8b2796x2yssrxnppib12dld9x4wb"))))
(base32 "1ngn1iz4nybix7wshjsddvlm69mdvj8pis63yiyk5p3aiv0h2axl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))