mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-http-0.2: Use newer rust-indexmap.
* gnu/packages/crates-web.scm (rust-http-0.2): Use rust-indexmap-1 instead of 1.8. [source]: Relax indexmap version requirement. Change-Id: I66be1f3061d5b7c306319e7560704d5a12a1096b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cee2f091a2
commit
a7c97b3478
1 changed files with 6 additions and 2 deletions
|
@ -3851,7 +3851,11 @@ requests and responses.")
|
|||
(uri (crate-uri "http" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730"))))
|
||||
(base32 "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730"))
|
||||
(modules '((guix build utils)))
|
||||
;; Tests pass with indexmap 1.9.3.
|
||||
(snippet #~(substitute* "Cargo.toml"
|
||||
(("<=1.8") "1.8")))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-1)
|
||||
|
@ -3859,7 +3863,7 @@ requests and responses.")
|
|||
("rust-itoa" ,rust-itoa-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-indexmap" ,rust-indexmap-1.8)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.9)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-seahash" ,rust-seahash-3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue