me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2021-10-06 16:30:30 +02:00
parent ffe982b18b
commit bd48b7d8fa
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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" "--"