gnu: rust-futures-channel-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.30. Change-Id: I933842030565fd9770da3ff96d7d001b93187ad3master
parent
f916cda232
commit
f9aacf60dc
|
@ -26598,19 +26598,18 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
|||
(define-public rust-futures-channel-0.3
|
||||
(package
|
||||
(name "rust-futures-channel")
|
||||
(version "0.3.28")
|
||||
(version "0.3.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-channel" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
|
||||
"0y6b7xxqdjm9hlcjpakcg41qfl7lihf6gavk8fyqijsxhvbzgj7a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||
#:cargo-inputs
|
||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
||||
|
|
Reference in New Issue