mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-insta-0.8: Update to 0.8.2.
* gnu/packages/crates-io.scm (rust-insta-0.8): Update to 0.8.2. [arguments]: Don't skip build. Add cargo-test-flags. Change-Id: I4a1622914371389fc103d31e63470544fc1cd361
This commit is contained in:
parent
63b6ee7b71
commit
18cb5b4a49
1 changed files with 10 additions and 6 deletions
|
@ -29335,18 +29335,22 @@ (define-public rust-insta-0.8
|
|||
(package
|
||||
(inherit rust-insta-0.16)
|
||||
(name "rust-insta")
|
||||
(version "0.8.1")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "insta" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17rvqw9xm61prncbqi3cplphr3l2dl85sljdpyr3fz2mqjgbdfwb"))))
|
||||
(base32 "1jk41bzid509y3s2r3hwh0s8cmcyywd0jzcgbs4ixb6sm2b7d0ll"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=test_unnamed_yaml_vector"
|
||||
"--skip=test_yaml_vector"
|
||||
"--skip=test_yaml_inline"
|
||||
"--skip=test_yaml_inline_redacted"
|
||||
"--skip=test_with_random_value")
|
||||
#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-ci-info" ,rust-ci-info-0.3)
|
||||
|
|
Loading…
Reference in a new issue