[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45276] [PATCH 24/26] gnu: rust-futures-sink-0.3: Update to 0.3.8.
From: |
Hartmut Goebel |
Subject: |
[bug#45276] [PATCH 24/26] gnu: rust-futures-sink-0.3: Update to 0.3.8. |
Date: |
Wed, 16 Dec 2020 21:36:32 +0100 |
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.8.
[arguments] Add skip-build.
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9b5b9a1767..3b1449606f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10296,7 +10296,7 @@ composability, and iterator-like interfaces.")
(define-public rust-futures-sink-0.3
(package
(name "rust-futures-sink")
- (version "0.3.1")
+ (version "0.3.8")
(source
(origin
(method url-fetch)
@@ -10304,9 +10304,9 @@ composability, and iterator-like interfaces.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "05iwskzxq3yqvxv9l1kqnd7kkmp0dwc39fnvwrcjsg76z8zf66qp"))))
+ (base32 "0gfb1z97q861ki6lqsvpgfn3hnm9w3vkrf82dc00xrff95d1jy7q"))))
(build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
(home-page "https://rust-lang-nursery.github.io/futures-rs")
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
(description "This package provides the asynchronous @code{Sink} trait for
--
2.21.3
- [bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13., (continued)
- [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, 2020/12/16
- [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 <=
- [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
- [bug#45276] [PATCH 00/26] Update sequoia-opengpg to 1.0.0, Nicolas Goaziou, 2020/12/17