mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-trybuild-1: Update to 1.0.91.
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.91. [cargo-inputs]: Add rust-toml-0.8. Remove rust-basic-toml-0.1. Change-Id: Ic39b8bae7d81633ee0894d7b96d858ccb103be13
This commit is contained in:
parent
d5ab588daf
commit
b523524160
1 changed files with 5 additions and 5 deletions
|
@ -83715,25 +83715,25 @@ (define-public rust-try-lock-0.2
|
|||
(define-public rust-trybuild-1
|
||||
(package
|
||||
(name "rust-trybuild")
|
||||
(version "1.0.89")
|
||||
(version "1.0.91")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "trybuild" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13s8pchqdkwr4zby1y5hamw0p8aywwczc0r3fbb86d4icak3p7cs"))))
|
||||
(base32 "0nkxwbgpvpkkbxwkd40vv0yvfm5wjddgiwdc7p5fpbgb35iypmwa"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-basic-toml" ,rust-basic-toml-0.1)
|
||||
("rust-dissimilar" ,rust-dissimilar-1)
|
||||
(("rust-dissimilar" ,rust-dissimilar-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-termcolor" ,rust-termcolor-1))
|
||||
("rust-termcolor" ,rust-termcolor-1)
|
||||
("rust-toml" ,rust-toml-0.8))
|
||||
#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))
|
||||
(home-page "https://github.com/dtolnay/trybuild")
|
||||
(synopsis "Test harness for ui tests of compiler diagnostics")
|
||||
|
|
Loading…
Reference in a new issue