[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45276] [PATCH 16/26] gnu: rust-socket2: Update to 0.3.18.
From: |
Hartmut Goebel |
Subject: |
[bug#45276] [PATCH 16/26] gnu: rust-socket2: Update to 0.3.18. |
Date: |
Wed, 16 Dec 2020 21:36:24 +0100 |
* gnu/packages/crates-io.scm (rust-socket2): Update to 0.3.18.
[arguments] Add skip-build. {cargo-inputs}: Update rust-cfg-if to
rust-cfg-if-1, remove rust-redox-syscall.
---
gnu/packages/crates-io.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7a384bb9df..c6072639fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27885,22 +27885,21 @@ stack.")
(define-public rust-socket2-0.3
(package
(name "rust-socket2")
- (version "0.3.11")
+ (version "0.3.18")
(source
(origin
(method url-fetch)
(uri (crate-uri "socket2" version))
(file-name (string-append name "-" version ".crate"))
(sha256
- (base32
- "11bdcz04i106g4q7swkll0qxrb4287srqd2k3aq2q6i22zjlvdz8"))))
+ (base32 "0mqh39dkspcz3x11jhck9k2yrbx2krawn7xr3zva8n3lazyykq4p"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; tests require network access
+ `(#:skip-build? #t
+ #:tests? #f ; tests require network access
#:cargo-inputs
- (("rust-cfg-if" ,rust-cfg-if-0.1)
+ (("rust-cfg-if" ,rust-cfg-if-1)
("rust-libc" ,rust-libc-0.2)
- ("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-tempdir" ,rust-tempdir-0.3))))
--
2.21.3
- [bug#45276] [PATCH 06/26] gnu: Add rust-sha1collisiondetection-0.2., (continued)
- [bug#45276] [PATCH 06/26] gnu: Add rust-sha1collisiondetection-0.2., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 07/26] gnu: Add rust-crypto-mac-0.10., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 09/26] gnu: Add rust-pin-project-1, rust-pin-project-internal-1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 10/26] gnu: Replace rust-capnp-0.10 by rust-capnp-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 08/26] gnu: Add rust-pin-utils-0.1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 13/26] gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 14/26] gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 12/26] gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 15/26] gnu: rust-proc-macro-hack-0.5: Update to 0.5.19., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 16/26] gnu: rust-socket2: Update to 0.3.18.,
Hartmut Goebel <=
- [bug#45276] [PATCH 17/26] gnu: rust-futures-util-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 18/26] gnu: rust-futures-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 19/26] gnu: rust-futures-channel-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 20/26] gnu: rust-futures-core-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 23/26] gnu: rust-futures-macro-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 24/26] gnu: rust-futures-sink-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 25/26] gnu: rust-futures-task-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 22/26] gnu: rust-futures-io-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 21/26] gnu: rust-futures-executor-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 26/26] gnu: sequoia: Update to 1.0.0., Hartmut Goebel, 2020/12/16