gnu: rust-async-stream-impl-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-async-stream-impl-0.3): Update to 0.3.2.master
parent
ffe982b18b
commit
bd48b7d8fa
|
@ -3679,14 +3679,14 @@ notation.")
|
||||||
(define-public rust-async-stream-impl-0.3
|
(define-public rust-async-stream-impl-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-async-stream-impl")
|
(name "rust-async-stream-impl")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "async-stream-impl" version))
|
(uri (crate-uri "async-stream-impl" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w0aif9aw103b5wrm1svkqdh7aaihjywa21819d8m3lzzj78nm53"))))
|
(base32 "024k57iwmmhzvbzacxlkssh45cqlnb8xjlvlsp60jm6fsb4di3k4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags '("--release" "--"
|
`(#:cargo-test-flags '("--release" "--"
|
||||||
|
|
Reference in New Issue