mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: rust-http-0.2: Update to 0.2.12.
* gnu/packages/crates-web.scm (rust-http-0.2): Update to 0.2.12. Change-Id: If5c598cdeed55443a1b3b3e51d8123505c5609cc
This commit is contained in:
parent
e636e294f8
commit
b921487e7b
1 changed files with 2 additions and 2 deletions
|
@ -3140,14 +3140,14 @@ requests and responses.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-http-1)
|
(inherit rust-http-1)
|
||||||
(name "rust-http")
|
(name "rust-http")
|
||||||
(version "0.2.11")
|
(version "0.2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "http" version))
|
(uri (crate-uri "http" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fwz3mhh86h5kfnr5767jlx9agpdggclq7xsqx930fflzakb2iw9"))))
|
(base32 "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-1)
|
(("rust-bytes" ,rust-bytes-1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue