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

* gnu/packages/crates-io.scm (rust-futures-core-preview-0.3): Update to
0.3.0-alpha.19.
This commit is contained in:
Nicolas Goaziou 2020-12-20 00:13:54 +01:00
parent c8220d7d41
commit 06f2b1e6ea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9914,7 +9914,7 @@ (define-public rust-futures-core-0.3
(define-public rust-futures-core-preview-0.3 (define-public rust-futures-core-preview-0.3
(package (package
(name "rust-futures-core-preview") (name "rust-futures-core-preview")
(version "0.3.0-alpha.17") (version "0.3.0-alpha.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9922,7 +9922,7 @@ (define-public rust-futures-core-preview-0.3
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1xaq8m609k6cz8xydwhwp8xxyxigabcw1w9ngycfy0bnkg7iq52b")))) "02n66jkjhpy210dv24pz0j30lvyin5kzlrb50p1j7x8yzdin4nxk"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:tests? #f)) (arguments '(#:tests? #f))
(home-page "https://rust-lang-nursery.github.io/futures-rs/") (home-page "https://rust-lang-nursery.github.io/futures-rs/")