mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01: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 @@ (define-public rust-http-0.2
|
|||
(package
|
||||
(inherit rust-http-1)
|
||||
(name "rust-http")
|
||||
(version "0.2.11")
|
||||
(version "0.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fwz3mhh86h5kfnr5767jlx9agpdggclq7xsqx930fflzakb2iw9"))))
|
||||
(base32 "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-1)
|
||||
|
|
Loading…
Reference in a new issue