mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
46b1b202b0
commit
b22f76d4f7
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue