mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust-async-stream-impl-0.3: Update to 0.3.5.
* gnu/packages/crates-io.scm (rust-async-stream-impl-0.3): Update to 0.3.5. [arguments]: Remove cargo-test-flags. [cargo-inputs]: Replace rust-syn-1 with 2. Change-Id: I0b09a044df28943f5654b3aaafa8d2b7cc64ee12 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b567539066
commit
ac1e5a3fcd
1 changed files with 4 additions and 7 deletions
|
@ -4804,23 +4804,20 @@ (define-public rust-async-stream-0.3
|
|||
(define-public rust-async-stream-impl-0.3
|
||||
(package
|
||||
(name "rust-async-stream-impl")
|
||||
(version "0.3.2")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "async-stream-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "024k57iwmmhzvbzacxlkssh45cqlnb8xjlvlsp60jm6fsb4di3k4"))))
|
||||
(base32 "14q179j4y8p2z1d0ic6aqgy9fhwz8p9cai1ia8kpw4bw7q12mrhn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--"
|
||||
"--skip=try_stream"
|
||||
"--skip=stream")
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))
|
||||
("rust-syn" ,rust-syn-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
|
|
Loading…
Reference in a new issue