mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust-http-0.2: Update to 0.2.11.
* gnu/packages/crates-io.scm (rust-http-0.2): Update to 0.2.11. Change-Id: Iba8c7ebf5c32850ed569c5624ecd0e178a6dd45b
This commit is contained in:
parent
069519f339
commit
df4952d8bb
1 changed files with 2 additions and 2 deletions
|
@ -28937,14 +28937,14 @@ (define-public rust-http-0.2
|
|||
(package
|
||||
(inherit rust-http-1)
|
||||
(name "rust-http")
|
||||
(version "0.2.9")
|
||||
(version "0.2.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10j4jjpngaymxjvi92hllr2y6acr09pq61cvzxd44qzvkb4zyvmx"))))
|
||||
(base32 "1fwz3mhh86h5kfnr5767jlx9agpdggclq7xsqx930fflzakb2iw9"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-1)
|
||||
|
|
Loading…
Reference in a new issue