mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: rust-h2-0.3: Update to 0.3.26.
* gnu/packages/crates-web.scm (rust-h2-0.3): Update to 0.3.26. [cargo-inputs]: Replace rust-indexmap-1 with 2. Change-Id: I332356854e375b06fb9f0be09f175e6d623cda5c
This commit is contained in:
parent
ea79341b92
commit
ef1a74981a
1 changed files with 3 additions and 3 deletions
|
@ -2410,14 +2410,14 @@ transfer coding.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-h2-0.4)
|
(inherit rust-h2-0.4)
|
||||||
(name "rust-h2")
|
(name "rust-h2")
|
||||||
(version "0.3.25")
|
(version "0.3.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "h2" version))
|
(uri (crate-uri "h2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sqq8rnv3vrwra7wzgc6099j9zw80rnm9aslhsa8d674qlh2igag"))))
|
(base32 "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not all files included.
|
`(#:tests? #f ; Not all files included.
|
||||||
|
@ -2427,7 +2427,7 @@ transfer coding.")
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
("rust-http" ,rust-http-0.2)
|
("rust-http" ,rust-http-0.2)
|
||||||
("rust-indexmap" ,rust-indexmap-1)
|
("rust-indexmap" ,rust-indexmap-2)
|
||||||
("rust-slab" ,rust-slab-0.4)
|
("rust-slab" ,rust-slab-0.4)
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue