mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-h3-quinn-0.0.7.
* gnu/packages/crates-web.scm (rust-h3-quinn-0.0.7): New variable. (rust-h3-quinn-0.0.5): Inherit from rust-h3-quinn-0.0.7. Change-Id: I478e71b8d592ef3b2bd617c72380d9e710361e7f
This commit is contained in:
parent
8346f2e6de
commit
96da8b980e
1 changed files with 28 additions and 7 deletions
|
@ -2888,8 +2888,35 @@ transfer coding.")
|
|||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tracing" ,rust-tracing-0.1))))))
|
||||
|
||||
(define-public rust-h3-quinn-0.0.7
|
||||
(package
|
||||
(name "rust-h3-quinn")
|
||||
(version "0.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "h3-quinn" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mfq4kf97vir2kcqh8k5basz8kq85w9xii1na98fmvpw2gs9kiqp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bytes" ,rust-bytes-1)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-h3" ,rust-h3-0.0.6)
|
||||
("rust-quinn" ,rust-quinn-0.11)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||
("rust-tracing" ,rust-tracing-0.1))))
|
||||
(home-page "https://github.com/hyperium/h3")
|
||||
(synopsis "QUIC transport implementation based on Quinn")
|
||||
(description
|
||||
"This package provides QUIC transport implementation based on Quinn.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-h3-quinn-0.0.5
|
||||
(package
|
||||
(inherit rust-h3-quinn-0.0.7)
|
||||
(name "rust-h3-quinn")
|
||||
(version "0.0.5")
|
||||
(source
|
||||
|
@ -2899,7 +2926,6 @@ transfer coding.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ii06bi5a19k4qfkppn5019nw8xca2wzfl66cax949jc1v66ny3k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-1)
|
||||
|
@ -2908,12 +2934,7 @@ transfer coding.")
|
|||
("rust-quinn" ,rust-quinn-0.10)
|
||||
("rust-quinn-proto" ,rust-quinn-proto-0.10)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7))))
|
||||
(home-page "https://github.com/hyperium/h3")
|
||||
(synopsis "QUIC transport implementation based on Quinn")
|
||||
(description
|
||||
"This package provides QUIC transport implementation based on Quinn.")
|
||||
(license license:expat)))
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7))))))
|
||||
|
||||
(define-public rust-h3-quinn-0.0.4
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue