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
This commit is contained in:
Efraim Flashner 2024-12-04 20:12:31 +02:00
parent 46b1b202b0
commit b22f76d4f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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