gnu: rust-futures-channel-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.8.master
parent
7a0ddf40ba
commit
c56bedd368
|
@ -9843,7 +9843,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
|||
(define-public rust-futures-channel-0.3
|
||||
(package
|
||||
(name "rust-futures-channel")
|
||||
(version "0.3.1")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9852,7 +9852,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11lvk749n61654ad40xn751gmxzwb697nwh36s5gs0ni2z59ibpw"))))
|
||||
"0r7y228kkhwx9jj3ny5ppmw2gvw0capm6ig8dzppgqd4g9l0jwab"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Reference in New Issue