guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

45/373: gnu: kdnssd: Update to 6.3.0.


From: guix-commits
Subject: 45/373: gnu: kdnssd: Update to 6.3.0.
Date: Mon, 8 Jul 2024 08:04:24 -0400 (EDT)

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

commit 6bd5df0849537c3beac1e7e38ed01c4568d278f9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:25:37 2024 +0800

    gnu: kdnssd: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kdnssd): Update to 6.3.0.
    [inputs]: Remove qtbase-5; add qtbase.
    [native-inputs]: Remove qttools-5; add qttools.
    
    Change-Id: I2ab53069391f90c43e4ba0bd3176daa132f2a974
---
 gnu/packages/kde-frameworks.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 0a77eb685f..e3fee4f479 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -738,7 +738,7 @@ as well as an API to create KDED modules.")
 (define-public kdnssd
   (package
     (name "kdnssd")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -747,13 +747,13 @@ as well as an API to create KDED modules.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zw5rkprr54j05ic8zljk57zahp2v6333slr253r3n1679zqlv64"))))
+                "0akip5sb8jva760lprxd3qbzlx9ql3vgdxdl1rblp5qsvv94h7b7"))))
     (build-system cmake-build-system)
     (native-inputs
-     (list extra-cmake-modules qttools-5))
+     (list extra-cmake-modules qttools))
     (inputs
      (list avahi ; alternativly dnssd could be used
-           qtbase-5))
+           qtbase))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Network service discovery using Zeroconf")
     (description "KDNSSD is a library for handling the DNS-based Service



reply via email to

[Prev in Thread] Current Thread [Next in Thread]