[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/27: gnu: rust-futures-preview-0.3: Update to 0.3.0-alpha.19.
From: |
guix-commits |
Subject: |
10/27: gnu: rust-futures-preview-0.3: Update to 0.3.0-alpha.19. |
Date: |
Sun, 3 Jan 2021 16:08:53 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit e8cef787589119492668d9709c5eb9ec6c91bb07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 20 00:56:41 2020 +0100
gnu: rust-futures-preview-0.3: Update to 0.3.0-alpha.19.
* gnu/packages/crates-io.scm (rust-futures-preview-0.3): Update to
0.3.0-alpha.19.
[arguments]: Add rust-futures-join-macro-preview to Cargo development
inputs.
[synopsis, description]: Pacify linter.
---
gnu/packages/crates-io.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2c44ce3..e643c4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10798,7 +10798,7 @@ for the futures-rs library.")
(define-public rust-futures-preview-0.3
(package
(name "rust-futures-preview")
- (version "0.3.0-alpha.17")
+ (version "0.3.0-alpha.19")
(source
(origin
(method url-fetch)
@@ -10807,7 +10807,7 @@ for the futures-rs library.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0rsq8d1ciyg37i5ysd9dynwmklwy4sx466z9a72687wsi8fgj9dz"))))
+ "0vnp63aicm9vgapn4hm45ag9lrsf9f3bma3mzz3abbb708mcw79v"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f
@@ -10817,12 +10817,15 @@ for the futures-rs library.")
("rust-futures-executor-preview" ,rust-futures-executor-preview-0.3)
("rust-futures-io-preview" ,rust-futures-io-preview-0.3)
("rust-futures-sink-preview" ,rust-futures-sink-preview-0.3)
- ("rust-futures-util-preview" ,rust-futures-util-preview-0.3))))
+ ("rust-futures-util-preview" ,rust-futures-util-preview-0.3))
+ #:cargo-development-inputs
+ (("rust-futures-join-macro-preview"
+ ,rust-futures-join-macro-preview-0.3))))
(home-page "https://rust-lang-nursery.github.io/futures-rs")
- (synopsis "An implementation of futures and streams")
+ (synopsis "Implementation of futures and streams")
(description
- "An implementation of futures and streams featuring zero allocations,
-composability, and iterator-like interfaces.")
+ "This package provides an implementation of futures and streams featuring
+zero allocations, composability, and iterator-like interfaces.")
(license (list license:expat license:asl2.0))))
(define-public rust-futures-select-macro-preview-0.3
- 01/27: gnu: Add rust-cbindgen-0.15., (continued)
- 01/27: gnu: Add rust-cbindgen-0.15., guix-commits, 2021/01/03
- 04/27: gnu: Add rust-async-log-1., guix-commits, 2021/01/03
- 05/27: gnu: Add rust-femme-1., guix-commits, 2021/01/03
- 07/27: gnu: Add rust-futures-timer-1., guix-commits, 2021/01/03
- 03/27: gnu: Add rust-async-log-attributes-1., guix-commits, 2021/01/03
- 09/27: gnu: Add rust-async-task-1., guix-commits, 2021/01/03
- 16/27: gnu: Add rust-easy-parallel-3., guix-commits, 2021/01/03
- 14/27: gnu: Add rust-atomic-waker-1., guix-commits, 2021/01/03
- 06/27: gnu: Add rust-kv-log-macro-1., guix-commits, 2021/01/03
- 08/27: gnu: Add rust-broadcaster-0.2., guix-commits, 2021/01/03
- 10/27: gnu: rust-futures-preview-0.3: Update to 0.3.0-alpha.19.,
guix-commits <=
- 11/27: gnu: Add rust-async-macros-1., guix-commits, 2021/01/03
- 15/27: gnu: Add rust-waker-fn-1., guix-commits, 2021/01/03
- 13/27: gnu: Add rust-femme-2., guix-commits, 2021/01/03
- 20/27: gnu: Add rust-futures-lite-1., guix-commits, 2021/01/03
- 18/27: gnu: Add rust-fastrand-1., guix-commits, 2021/01/03
- 19/27: gnu: Add rust-spin-on-0.1., guix-commits, 2021/01/03
- 25/27: gnu: Add rust-async-channel-1., guix-commits, 2021/01/03
- 17/27: gnu: Add rust-parking-2., guix-commits, 2021/01/03
- 23/27: gnu: Add rust-event-listener-2., guix-commits, 2021/01/03
- 24/27: gnu: Add rust-blocking-0.6., guix-commits, 2021/01/03