From 79a9eb25bae3f651c7d4fe63a8105f128891e161 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 4 Dec 2024 18:47:18 +0200 Subject: 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 --- gnu/packages/crates-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/crates-web.scm') diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 2fdfab8472..fbd28ff22c 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -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) -- cgit v1.2.3