guix-commits
[Top][All Lists]
Advanced

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

290/350: gnu: rust-actix-web-3: Update to 3.3.3.


From: guix-commits
Subject: 290/350: gnu: rust-actix-web-3: Update to 3.3.3.
Date: Sun, 15 Dec 2024 02:14:53 -0500 (EST)

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

commit 8961b1c718175e10b7ff2e9ac1d883510fc98a18
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 20:12:31 2024 +0200

    gnu: rust-actix-web-3: Update to 3.3.3.
    
    * gnu/packages/crates-web.scm (rust-actix-web-3): Update to 3.3.3.
    [arguments]: Don't skip the build.  Skip the tests.
    
    Change-Id: I6a9970fe758e05704677f025dde8545874caa139
---
 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 023f0ca40b..82818f698e 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -1498,16 +1498,16 @@ the Actix ecosystem.")
   (package
     (inherit rust-actix-web-4)
     (name "rust-actix-web")
-    (version "3.3.2")
+    (version "3.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "actix-web" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "11kv8y1p9dw78lnhrw3rqavhmazmy7s0z8j14a3a1yp7fahx8hg6"))))
+        (base32 "0xz2wggpxqdi57caj1hx7ydwi4i0nk5529xs8gscm0gmdl94llxn"))))
     (arguments
-     `(#:skip-build? #t
+     `(#:tests? #f      ; Test uses multiple undeclared crates.
        #:cargo-inputs
        (("rust-actix-codec" ,rust-actix-codec-0.3)
         ("rust-actix-http" ,rust-actix-http-2)



reply via email to

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