mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-futures-util-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-util-0.3): Update to 0.3.30. Change-Id: Ia4d1f781df55d25380b17cae8c1909f522796a6c
This commit is contained in:
parent
2da94a19b6
commit
3b8626185d
1 changed files with 4 additions and 5 deletions
|
@ -27196,18 +27196,17 @@ timeouts and delays with futures.")
|
||||||
(define-public rust-futures-util-0.3
|
(define-public rust-futures-util-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-util")
|
(name "rust-futures-util")
|
||||||
(version "0.3.28")
|
(version "0.3.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "futures-util" version))
|
(uri (crate-uri "futures-util" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cwmls9369w6q6hwlbm10q0plr6hmg8w28fpqvv4rmbjnx01xc16"))))
|
(base32 "0j0xqhcir1zf2dcbpd421kgw6wvsk0rpxflylcysn1rlp3g02r1x"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Doc tests fail.
|
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures" ,rust-futures-0.1)
|
(("rust-futures" ,rust-futures-0.1)
|
||||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
|
|
Loading…
Add table
Reference in a new issue