mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-rocket-http-0.4: Update to 0.4.11.
* gnu/packages/crates-web.scm (rust-rocket-http-0.4): Update to 0.4.11. Change-Id: I72ea9f0d3aa7950a8144699e6d0ef001c1ef5709
This commit is contained in:
parent
2197a8b45b
commit
79a9eb25ba
1 changed files with 3 additions and 3 deletions
|
@ -5050,16 +5050,16 @@ (define-public rust-rocket-http-0.4
|
||||||
(package
|
(package
|
||||||
(inherit rust-rocket-http-0.5)
|
(inherit rust-rocket-http-0.5)
|
||||||
(name "rust-rocket-http")
|
(name "rust-rocket-http")
|
||||||
(version "0.4.7")
|
(version "0.4.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rocket_http" version))
|
(uri (crate-uri "rocket_http" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ga98nbcga8amg4xhrfkn1wljnqx9h0vv7mnay9g66vsxl042dnf"))))
|
(base32 "17xiivj4cp3anm4rxxpd8g58kzday1y2pgdys2i23wz1538wpy9b"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t ; Breaks from pear_codegen
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cookie" ,rust-cookie-0.11)
|
(("rust-cookie" ,rust-cookie-0.11)
|
||||||
("rust-hyper" ,rust-hyper-0.10)
|
("rust-hyper" ,rust-hyper-0.10)
|
||||||
|
|
Loading…
Reference in a new issue