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:
Efraim Flashner 2024-12-04 18:47:18 +02:00
parent 2197a8b45b
commit 79a9eb25ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5050,16 +5050,16 @@ (define-public rust-rocket-http-0.4
(package
(inherit rust-rocket-http-0.5)
(name "rust-rocket-http")
(version "0.4.7")
(version "0.4.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "rocket_http" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ga98nbcga8amg4xhrfkn1wljnqx9h0vv7mnay9g66vsxl042dnf"))))
(base32 "17xiivj4cp3anm4rxxpd8g58kzday1y2pgdys2i23wz1538wpy9b"))))
(arguments
`(#:skip-build? #t
`(#:skip-build? #t ; Breaks from pear_codegen
#:cargo-inputs
(("rust-cookie" ,rust-cookie-0.11)
("rust-hyper" ,rust-hyper-0.10)