mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-h2-0.3: Update to 0.3.15.
* gnu/packages/crates-io.scm (rust-h2-0.3): Update to 0.3.15. [cargo-inputs]: Replace rust-tokio-util-0.6 with 0.7.
This commit is contained in:
parent
641ebba81c
commit
2d8c6988d8
1 changed files with 3 additions and 3 deletions
|
@ -25505,14 +25505,14 @@ (define-public rust-gzip-header-0.3
|
|||
(define-public rust-h2-0.3
|
||||
(package
|
||||
(name "rust-h2")
|
||||
(version "0.3.7")
|
||||
(version "0.3.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "h2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mdf0x3cxj4rhx2zrm0gnx02i43gqcz3q4awzidargff5xb1kn3z"))))
|
||||
(base32 "1x6h3pqi4gzgcl6xdfpjmbm0mkh2mckgav4in9b54dfskny2k7sz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -25526,7 +25526,7 @@ (define-public rust-h2-0.3
|
|||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-slab" ,rust-slab-0.4)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.6)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||
("rust-tracing" ,rust-tracing-0.1))))
|
||||
(home-page "https://github.com/hyperium/h2")
|
||||
(synopsis "HTTP/2.0 client and server")
|
||||
|
|
Loading…
Reference in a new issue