[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66579] [PATCH v2 13/15] gnu: rust-libmdns: Update to 0.7.5.
From: |
Steve George |
Subject: |
[bug#66579] [PATCH v2 13/15] gnu: rust-libmdns: Update to 0.7.5. |
Date: |
Fri, 20 Oct 2023 21:27:59 +0100 |
* gnu/packages/crates-io.scm (rust-libmdns): Update to 0.7.5
---
gnu/packages/crates-io.scm | 70 ++++++++++++++++++++++++++------------
1 file changed, 49 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f4f1d04fe2..527ced031c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35367,39 +35367,67 @@ (define-public rust-libmimalloc-sys-0.1
allocator.")
(license license:expat)))
-(define-public rust-libmdns-0.6
+(define-public rust-libmdns-0.7
(package
(name "rust-libmdns")
- (version "0.6.3")
+ (version "0.7.5")
(source (origin
(method url-fetch)
(uri (crate-uri "libmdns" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
"0n1ymkv5246c5yj2m70ql07z38hrz6b2l16lg3wpb98vz7mbqd59"))))
+ (base32
+ "0470r44w3wkwg785wv1j9x8i65qa6v0ygrzh4vg9mcdkarmsw10b"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-byteorder" ,rust-byteorder-1)
- ("rust-futures-util" ,rust-futures-util-0.3)
- ("rust-hostname" ,rust-hostname-0.3)
- ("rust-if-addrs" ,rust-if-addrs-0.6)
- ("rust-log" ,rust-log-0.4)
- ("rust-multimap" ,rust-multimap-0.8)
- ("rust-rand" ,rust-rand-0.8)
- ("rust-socket2" ,rust-socket2-0.4)
- ("rust-thiserror" ,rust-thiserror-1)
- ("rust-tokio" ,rust-tokio-1))
- #:cargo-development-inputs
- (("rust-env-logger" ,rust-env-logger-0.8))))
+ (list #:cargo-inputs `(("rust-byteorder" ,rust-byteorder-1)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-hostname" ,rust-hostname-0.3)
+ ("rust-if-addrs" ,rust-if-addrs-0.7)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-multimap" ,rust-multimap-0.8)
+ ("rust-nix" ,rust-nix-0.23)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-socket2" ,rust-socket2-0.4)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-winapi" ,rust-winapi-0.3))
+ #:cargo-development-inputs `(("rust-env-logger"
,rust-env-logger-0.8))))
(home-page "https://github.com/librespot-org/libmdns")
- (synopsis "DNS-SD and mDNS library for building discoverable LAN services")
- (description "A Multi-Cast DNS (RFC 6762) and DNS Service Discovery
-(RFC 6763) library. Used for resolution of hostnames to IP addresses on
-networks that do not have a local name server. Network services can be
-advertised and discovered using this mechanism.")
+ (synopsis
+ "DNS-SD and mDNS library for building discoverable LAN services")
+ (description
+ "A Multi-Cast DNS (RFC 6762) and DNS Service Discovery (RFS 6763)
+library. Used for resolution of hostnames to IP addresses on networks that
+do not have a local name server. Network services can be advertised and
+discovered using this mechanism.")
(license license:expat)))
+(define-public rust-libmdns-0.6
+ (package
+ (inherit rust-libmdns-0.7)
+ (name "rust-libmdns")
+ (version "0.6.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "libmdns" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0n1ymkv5246c5yj2m70ql07z38hrz6b2l16lg3wpb98vz7mbqd59"))))
+ (arguments
+ (list #:cargo-inputs `(("rust-byteorder" ,rust-byteorder-1)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-hostname" ,rust-hostname-0.3)
+ ("rust-if-addrs" ,rust-if-addrs-0.6)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-multimap" ,rust-multimap-0.8)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-socket2" ,rust-socket2-0.4)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1))
+ #:cargo-development-inputs `(("rust-env-logger"
,rust-env-logger-0.8))))))
+
(define-public rust-libnghttp2-sys-0.1
(package
(name "rust-libnghttp2-sys")
--
2.41.0
- [bug#66579] [PATCH 10/13] gnu: Add rust-librespot-audio., (continued)
- [bug#66579] [PATCH 08/13] gnu: Add rust-shannon, Steve George, 2023/10/16
- [bug#66579] [PATCH 11/13] gnu: rust-if-addrs: Update to 0.7.0, Steve George, 2023/10/16
- [bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery., Steve George, 2023/10/16
- [bug#66579] [PATCH 12/13] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/16
- [bug#66579] [PATCH 09/13] gnu: Add rust-librespot-core., Steve George, 2023/10/16
- [bug#66579] [PATCH v2 00/15] Series to add rust-librespot-core, audio and discovery, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 01/15] gnu: Add rust-hyper-proxy, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 02/15] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 03/15] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 13/15] gnu: rust-libmdns: Update to 0.7.5.,
Steve George <=
- [bug#66579] [PATCH v2 05/15] gnu: Add rust-password-hash-0.2, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 09/15] gnu: Add rust-librespot-core., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 07/15] gnu: Add rust-priority-queue-1, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 08/15] gnu: Add rust-shannon, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 10/15] gnu: Add rust-aes-ctr., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 11/15] gnu: Add rust-librespot-audio., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 06/15] gnu: Add rust-pbkdf2-0.8., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 04/15] gnu: Add rust-librespot-protocol., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 15/15] gnu: Add rust-librespot-metadata., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 14/15] gnu: Add rust-librespot-discovery., Steve George, 2023/10/20