mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
6a7f675d56
commit
ea436a04c8
1 changed files with 2 additions and 2 deletions
|
@ -9787,7 +9787,7 @@ (define-public rust-futf-0.1
|
|||
(define-public rust-futures-0.3
|
||||
(package
|
||||
(name "rust-futures")
|
||||
(version "0.3.1")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9796,7 +9796,7 @@ (define-public rust-futures-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11srrbc0hp7pgz142qjfx2z07kfhc98rbfwqyrgm4mxvxib61wdn"))))
|
||||
"1l434mh7p5na5c3c7lih575hszqc515r9idk62fm5rhz1820qfwv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue