guix-commits
[Top][All Lists]
Advanced

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

286/308: gnu: rust-rocket-codegen-0.5: Update to 0.5.1.


From: guix-commits
Subject: 286/308: gnu: rust-rocket-codegen-0.5: Update to 0.5.1.
Date: Wed, 4 Dec 2024 16:21:28 -0500 (EST)

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

commit e531cd9cfe676b0c11e80394147dfb4c6070324a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 18:48:59 2024 +0200

    gnu: rust-rocket-codegen-0.5: Update to 0.5.1.
    
    * gnu/packages/crates-web.scm (rust-rocket-codegen-0.5): Update to
    0.5.1.
    
    Change-Id: Ia0963c2aed6a8835dbc28e6a1b8cab3a4a3e7ddd
---
 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 ec65b8f3ad..f482d0aa36 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -4947,17 +4947,17 @@ and speed.")
 (define-public rust-rocket-codegen-0.5
   (package
     (name "rust-rocket-codegen")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rocket_codegen" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0k6hdf9s9y73kzj89qs688gnfjj1sl4imp6pdjz22pzpmdk808x2"))))
+        (base32 "0inxw7nzr52sabwpz83cz5rh1a0mg32cg7w7ih8715qsxkbk4pap"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f      ; can't find crate for `rocket`
+     `(#:tests? #f      ; use of undeclared crate or module `rocket`
        #:cargo-inputs (("rust-devise" ,rust-devise-0.4)
                        ("rust-glob" ,rust-glob-0.3)
                        ("rust-indexmap" ,rust-indexmap-2)



reply via email to

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