mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-async-stream-impl-0.3: Update to 0.3.6.
* gnu/packages/crates-io.scm (rust-async-stream-impl-0.3): Update to 0.3.6. Change-Id: I869f53140e34e5ca283592b4e083cfdbec6c12ba
This commit is contained in:
parent
2295f87fae
commit
dfa4b8a796
1 changed files with 2 additions and 2 deletions
|
@ -6065,14 +6065,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.5")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "async-stream-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14q179j4y8p2z1d0ic6aqgy9fhwz8p9cai1ia8kpw4bw7q12mrhn"))))
|
||||
(base32 "0kaplfb5axsvf1gfs2gk6c4zx6zcsns0yf3ssk7iwni7bphlvhn7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue