me
/
guix
Archived
1
0
Fork 0

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>
master
Arjan Adriaanse 2023-03-04 15:06:34 +01:00 committed by Efraim Flashner
parent 8b45602465
commit fe01acea56
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -68150,24 +68150,25 @@ the Trust-DNS client to use rustls for TLS.")
(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