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

* gnu/packages/crates-io.scm (rust-futures-0.3): Update to 0.3.8.
This commit is contained in:
Nicolas Goaziou 2020-12-19 17:36:39 +01:00
parent 6a7f675d56
commit ea436a04c8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9787,7 +9787,7 @@ pseudorandom number generator")
(define-public rust-futures-0.3 (define-public rust-futures-0.3
(package (package
(name "rust-futures") (name "rust-futures")
(version "0.3.1") (version "0.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9796,7 +9796,7 @@ pseudorandom number generator")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11srrbc0hp7pgz142qjfx2z07kfhc98rbfwqyrgm4mxvxib61wdn")))) "1l434mh7p5na5c3c7lih575hszqc515r9idk62fm5rhz1820qfwv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f