me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-select-macro-preview-0.3: Update to 0.3.0-alpha.19.

* gnu/packages/crates-io.scm (rust-futures-select-macro-preview-0.3): Update
to 0.3.0-alpha.19.
[arguments]: Update rust-proc-macro2, rust-quote and rust-sync Cargo inputs.
[description]: Use complete sentences.
master
Nicolas Goaziou 2020-12-20 00:23:53 +01:00
parent 06f2b1e6ea
commit 76ed409e22
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 7 deletions

View File

@ -10116,7 +10116,7 @@ composability, and iterator-like interfaces.")
(define-public rust-futures-select-macro-preview-0.3 (define-public rust-futures-select-macro-preview-0.3
(package (package
(name "rust-futures-select-macro-preview") (name "rust-futures-select-macro-preview")
(version "0.3.0-alpha.17") (version "0.3.0-alpha.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10125,20 +10125,20 @@ composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1a90ivjzkgz7msiz5si05xzi8xwsk5gar1gkrbmrgqpgkliqd7a6")))) "1xsq55cf2rnf7k6r04q8wynmxiy9svm3pi840vjva47bc0sy8anz"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5) (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-proc-macro2" ,rust-proc-macro2-0.4) ("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-0.6) ("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-0.15)))) ("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/rust-lang/futures-rs") (home-page "https://github.com/rust-lang/futures-rs")
(synopsis (synopsis
"Handle the first Future to complete") "Handle the first Future to complete")
(description (description
"The @code{select!} macro for waiting on multiple different "This package provides the @code{select!} macro for waiting on multiple
@code{Future}s at once and handling the first one to complete.") different @code{Future}s at once and handling the first one to complete.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-futures-sink-0.3 (define-public rust-futures-sink-0.3