guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 95f392650483cad822283957f77c6155b4de697e
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:57 2025 +0530

    gnu: kdnssd: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kdnssd): Update to 6.18.0.
    
    Change-Id: I184dca8370c7dbdd36fd88f0b367e1021e56582f
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d7e0edccc5..583bfe430f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1047,7 +1047,7 @@ as well as an API to create KDED modules.")
 (define-public kdnssd
   (package
     (name "kdnssd")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1056,7 +1056,7 @@ as well as an API to create KDED modules.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q58d4pivfn0g76x65wrqj9qj6j7qxx0i8lmd4v333nrqw2xz2xh"))))
+                "0zrwy6mgrrl7dhndbwhcjrz9m58ypdncb4bh5ghhwk36v60ji3y4"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))

Reply via email to