mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-tokio: Update to 0.2.21.
* gnu/packages/crates-io.scm (rust-tokio): Update to 0.2.21.
This commit is contained in:
parent
33678aee91
commit
d22dc5f728
1 changed files with 2 additions and 2 deletions
|
@ -23745,14 +23745,14 @@ (define-public rust-tinytemplate-1.0
|
|||
(define-public rust-tokio-0.2
|
||||
(package
|
||||
(name "rust-tokio")
|
||||
(version "0.2.18")
|
||||
(version "0.2.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tokio" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04v7rfkrlr8cx30ygy0n45skf6pdbif0zisn9a5xrdnjfb81dvrl"))))
|
||||
(base32 "0n1dxsjv9fxv3kmr3nh4n8v8pqckwgdlls942msysavhp4kzm6fh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue