1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Efraim Flashner 2024-12-04 20:50:16 +02:00
parent ea79341b92
commit ef1a74981a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2410,14 +2410,14 @@ transfer coding.")
(package
(inherit rust-h2-0.4)
(name "rust-h2")
(version "0.3.25")
(version "0.3.26")
(source
(origin
(method url-fetch)
(uri (crate-uri "h2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1sqq8rnv3vrwra7wzgc6099j9zw80rnm9aslhsa8d674qlh2igag"))))
(base32 "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.
@ -2427,7 +2427,7 @@ transfer coding.")
("rust-futures-sink" ,rust-futures-sink-0.3)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-http" ,rust-http-0.2)
("rust-indexmap" ,rust-indexmap-1)
("rust-indexmap" ,rust-indexmap-2)
("rust-slab" ,rust-slab-0.4)
("rust-tokio" ,rust-tokio-1)
("rust-tokio-util" ,rust-tokio-util-0.7)