mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: rust-futures-core-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.30. Change-Id: I4ab87f21c6df30b17aad83c3bff87a2932be81b0
This commit is contained in:
parent
f9aacf60dc
commit
9c23c89b49
1 changed files with 4 additions and 5 deletions
|
@ -26648,19 +26648,18 @@ (define-public rust-futures-channel-preview-0.3
|
|||
(define-public rust-futures-core-0.3
|
||||
(package
|
||||
(name "rust-futures-core")
|
||||
(version "0.3.28")
|
||||
(version "0.3.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-core" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"137fdxy5amg9zkpa1kqnj7bnha6b94fmddz59w973x96gqxmijjb"))))
|
||||
"07aslayrn3lbggj54kci0ishmd1pr367fp7iks7adia1p05miinz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||
#:cargo-inputs
|
||||
(("rust-portable-atomic" ,rust-portable-atomic-1))))
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
|
|
Loading…
Reference in a new issue