mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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.
This commit is contained in:
parent
ffe982b18b
commit
bd48b7d8fa
1 changed files with 2 additions and 2 deletions
|
@ -3679,14 +3679,14 @@ (define-public rust-async-stream-0.3
|
|||
(define-public rust-async-stream-impl-0.3
|
||||
(package
|
||||
(name "rust-async-stream-impl")
|
||||
(version "0.3.0")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "async-stream-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0w0aif9aw103b5wrm1svkqdh7aaihjywa21819d8m3lzzj78nm53"))))
|
||||
(base32 "024k57iwmmhzvbzacxlkssh45cqlnb8xjlvlsp60jm6fsb4di3k4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--"
|
||||
|
|
Loading…
Reference in a new issue