mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-actix-http-2: Update to 2.2.2.
* gnu/packages/crates-web.scm (rust-actix-http-2): Update to 2.2.2. [arguments]: Don't skip the build. Skip the tests. [cargo-inputs]: Add rust-brotli-3. Remove rust-brotli2-0.3. Change-Id: Icf224ceb2588022d1768c23e4d6f00ee69413fdc
This commit is contained in:
parent
8013a35324
commit
ea79341b92
1 changed files with 4 additions and 4 deletions
|
@ -425,16 +425,16 @@
|
||||||
(package
|
(package
|
||||||
(inherit rust-actix-http-3)
|
(inherit rust-actix-http-3)
|
||||||
(name "rust-actix-http")
|
(name "rust-actix-http")
|
||||||
(version "2.2.0")
|
(version "2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "actix-http" version))
|
(uri (crate-uri "actix-http" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x78h9lzqdhp06v1kf4dhbiqp8sc911w4lqfj5rmdbhpg3l9j8j5"))))
|
(base32 "1cshz5fqm2hxikrp2ilz3vymyivxpcar9b36sgkai557c9mvdrib"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f ; use of undeclared crate or module `actix_http_test`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-actix" ,rust-actix-0.10)
|
(("rust-actix" ,rust-actix-0.10)
|
||||||
("rust-actix-codec" ,rust-actix-codec-0.3)
|
("rust-actix-codec" ,rust-actix-codec-0.3)
|
||||||
|
@ -446,7 +446,7 @@
|
||||||
("rust-actix-utils" ,rust-actix-utils-2)
|
("rust-actix-utils" ,rust-actix-utils-2)
|
||||||
("rust-base64" ,rust-base64-0.13)
|
("rust-base64" ,rust-base64-0.13)
|
||||||
("rust-bitflags" ,rust-bitflags-1)
|
("rust-bitflags" ,rust-bitflags-1)
|
||||||
("rust-brotli2" ,rust-brotli2-0.3)
|
("rust-brotli" ,rust-brotli-3)
|
||||||
("rust-bytes" ,rust-bytes-0.5)
|
("rust-bytes" ,rust-bytes-0.5)
|
||||||
("rust-cookie" ,rust-cookie-0.14)
|
("rust-cookie" ,rust-cookie-0.14)
|
||||||
("rust-copyless" ,rust-copyless-0.1)
|
("rust-copyless" ,rust-copyless-0.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue