gnu: rust-futures-channel-0.3: Update to 0.3.8.

* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.8.
This commit is contained in:
Nicolas Goaziou 2020-12-19 16:47:12 +01:00
parent 7a0ddf40ba
commit c56bedd368
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9843,7 +9843,7 @@ (define-public rust-futures-0.1
(define-public rust-futures-channel-0.3
(package
(name "rust-futures-channel")
(version "0.3.1")
(version "0.3.8")
(source
(origin
(method url-fetch)
@ -9852,7 +9852,7 @@ (define-public rust-futures-channel-0.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"11lvk749n61654ad40xn751gmxzwb697nwh36s5gs0ni2z59ibpw"))))
"0r7y228kkhwx9jj3ny5ppmw2gvw0capm6ig8dzppgqd4g9l0jwab"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f