[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
- 14/373: gnu: Add packagekit-qt6., (continued)
- 14/373: gnu: Add packagekit-qt6., guix-commits, 2024/07/08
- 25/373: gnu: phonon: Enable qt6., guix-commits, 2024/07/08
- 23/373: gnu: Add appstream-qt6., guix-commits, 2024/07/08
- 22/373: gnu: appstream: Update to 1.0.3., guix-commits, 2024/07/08
- 27/373: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 30/373: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/08
- 31/373: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/08
- 34/373: gnu: kwidgetsaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 35/373: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/08
- 50/373: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/08
- 45/373: gnu: kdnssd: Update to 6.3.0.,
guix-commits <=
- 49/373: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/08
- 36/373: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/08
- 41/373: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/08
- 43/373: gnu: kcoreaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 38/373: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/08
- 57/373: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/08
- 52/373: gnu: solid: Update to 6.3.0., guix-commits, 2024/07/08
- 37/373: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/08
- 53/373: gnu: sonnet: Update to 6.3.0., guix-commits, 2024/07/08
- 54/373: gnu: threadweaver: Update to 6.3.0., guix-commits, 2024/07/08