~ruther/guix-local

8c5fafc03d15db911e52a3c5bb045671026744c2 — Sughosha 7 months ago 9173c7a
gnu: kio-zeroconf: Update to 25.08.1.

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

Change-Id: Icb1377091112b9bd2643ed8b57f2801ab10f07c2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-internet.scm
M gnu/packages/kde-internet.scm => gnu/packages/kde-internet.scm +2 -2
@@ 158,14 158,14 @@ This package is part of the KDE networking module.")
(define-public kio-zeroconf
  (package
    (name "kio-zeroconf")
    (version "24.12.1")
    (version "25.08.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/kio-zeroconf-" version ".tar.xz"))
       (sha256
        (base32 "1ngn1iz4nybix7wshjsddvlm69mdvj8pis63yiyk5p3aiv0h2axl"))))
        (base32 "0w27hxmaccw74sycrxpchgh6qgkbqyclc6h7ijsrvvh4l2xhlmc0"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules))