mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-futures-core-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.31. Change-Id: I24c148893a4a1a168f531732742a8e116b7541d2
This commit is contained in:
parent
3d289ad393
commit
d97c9d09cb
1 changed files with 2 additions and 2 deletions
|
@ -30797,7 +30797,7 @@ (define-public rust-futures-channel-preview-0.3
|
|||
(define-public rust-futures-core-0.3
|
||||
(package
|
||||
(name "rust-futures-core")
|
||||
(version "0.3.30")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -30805,7 +30805,7 @@ (define-public rust-futures-core-0.3
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07aslayrn3lbggj54kci0ishmd1pr367fp7iks7adia1p05miinz"))))
|
||||
"0gk6yrxgi5ihfanm2y431jadrll00n5ifhnpx090c2f2q1cr1wh5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||
|
|
Loading…
Reference in a new issue