guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d561d5ad39d64b1826a36dad52e4f18a97951cc8
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:09 2025 +0800
gnu: kio-zeroconf: Update to 24.12.1.
* gnu/packages/kde.scm (kio-zeroconf): Update to 24.12.1.
Change-Id: I2d4a5cdbabe40b0d00a951a00def3ce5ebcee33e
---
gnu/packages/kde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index dd2aacd629..2c2d9e471a 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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))