mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: rust-trybuild-1: Update to 1.0.77.
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.77. [cargo-inputs]: Add rust-basic-toml-0.1, rust-serde-derive-1. Remove rust-toml-0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8b45602465
commit
fe01acea56
1 changed files with 6 additions and 5 deletions
|
@ -68150,24 +68150,25 @@ (define-public rust-try-lock-0.2
|
|||
(define-public rust-trybuild-1
|
||||
(package
|
||||
(name "rust-trybuild")
|
||||
(version "1.0.75")
|
||||
(version "1.0.77")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "trybuild" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1wylxysdpbjz3cddaxvjnfk8vadi05chdivwg9l878c7b8hjq8gi"))))
|
||||
(base32 "04rlcx55q7qbc17hv4znypwnm5n5d5ynbh5vsca8wk0nyakaakd4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-dissimilar" ,rust-dissimilar-1)
|
||||
(("rust-basic-toml" ,rust-basic-toml-0.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-toml" ,rust-toml-0.5))))
|
||||
("rust-termcolor" ,rust-termcolor-1))))
|
||||
(home-page "https://github.com/dtolnay/trybuild")
|
||||
(synopsis "Test harness for ui tests of compiler diagnostics")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue