guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

283/350: gnu: rust-rocket-http-0.4: Update to 0.4.11.


From: guix-commits
Subject: 283/350: gnu: rust-rocket-http-0.4: Update to 0.4.11.
Date: Sun, 15 Dec 2024 02:14:52 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 6dff5a04071d71572914a9b6239a399dc4a19341
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 18:47:18 2024 +0200

    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(-)

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 @@ responses, and headers for the Rocket web framework.")
   (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]