guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2b80cad970fcad18bc153613af5324f0f4b4f4aa
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:51 2025 +0530
gnu: kio-zeroconf: Update to 25.08.2.
* gnu/packages/kde-internet.scm (kio-zeroconf): Update to 25.08.2.
Change-Id: I0acb982cf645c39cd842a07ff5514d16075e0042
---
gnu/packages/kde-internet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index edf41f6664..4d4d53d3a6 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -520,14 +520,14 @@ the functionality of the KDE resource and network access
abstractions.")
(define-public kio-zeroconf
(package
(name "kio-zeroconf")
- (version "25.08.1")
+ (version "25.08.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kio-zeroconf-" version ".tar.xz"))
(sha256
- (base32 "0w27hxmaccw74sycrxpchgh6qgkbqyclc6h7ijsrvvh4l2xhlmc0"))))
+ (base32 "1chaxf0lszn8qfqjaj6sm6l8m5y1pdnwdasl1lmnm2j7jwvzfgbq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))