gnu: rust-crates-io: Update to 0.35.
* gnu/packages/crates-io.scm (rust-crates-io-0.33): Update to 0.35.0. [arguments]: Add cargo-test-flags to skip a failing test.
This commit is contained in:
parent
fe0444f8bd
commit
965608b00e
1 changed files with 7 additions and 4 deletions
|
@ -13770,10 +13770,10 @@ to the @code{is_x86_feature_detected!} macro.")
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list zlib openssl libssh2 curl cmake))))
|
(inputs (list zlib openssl libssh2 curl cmake))))
|
||||||
|
|
||||||
(define-public rust-crates-io-0.33
|
(define-public rust-crates-io-0.35
|
||||||
(package
|
(package
|
||||||
(name "rust-crates-io")
|
(name "rust-crates-io")
|
||||||
(version "0.33.1")
|
(version "0.35.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13782,10 +13782,13 @@ to the @code{is_x86_feature_detected!} macro.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nmpzr697a6v12ljwpmjrhqpmkf784nsm8m1g6jwadmkq96p3mxj"))))
|
"0zlp8zdkd0qr1ik64wik8bavdm75y54xxp6d7mqvxvv8ssq97144"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
(list "--release" "--"
|
||||||
|
"--skip=Registry::new_handle")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-curl" ,rust-curl-0.4)
|
("rust-curl" ,rust-curl-0.4)
|
||||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||||
|
|
Reference in a new issue