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

commit cb302842a4042426bd8008a325b57480d1e7d219
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 4 18:47:49 2024 +0200

    gnu: rust-rocket-http-0.5: Update to 0.5.1.
    
    * gnu/packages/crates-web.scm (rust-rocket-http-0.5): Updatet to 0.5.1.
    
    Change-Id: Ic1de9fd7f896ef5add7564eacc08d5c42f844ccd
---
 gnu/packages/crates-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index fbd28ff22c..755e8f06cf 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -5004,14 +5004,14 @@ and speed.")
 (define-public rust-rocket-http-0.5
   (package
     (name "rust-rocket-http")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rocket_http" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "17iq208zf9rfxdnx8hfjxnn51074cc9li99yjigzwnfhjhv6d89p"))))
+        (base32 "1fc2z0a7zhmf8rh7s1dwdmmkjmq7qiivsi6027v6ac7f41d92x72"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; can't find crate for `rocket`

Reply via email to