mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-syn-1: Update to 1.0.40.
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.40. (arguments): Add rust-insta-0.16, rust-reqwest-0.10 and rust-syn-test-suite-0 to cargo-development-inputs.
This commit is contained in:
parent
f2ee888816
commit
08d59bc870
1 changed files with 5 additions and 4 deletions
|
@ -26392,7 +26392,7 @@ (define-public rust-syn-test-suite-0
|
|||
(define-public rust-syn-1
|
||||
(package
|
||||
(name "rust-syn")
|
||||
(version "1.0.17")
|
||||
(version "1.0.40")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -26400,7 +26400,7 @@ (define-public rust-syn-1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"00xvf772ys4fj9fr8kplmsqb9if215dsipi3nv54aw9q7xkfpw0d"))))
|
||||
"0l437lsnv289y64pgl2mfvr1vgrb2hix5bb5a4rbjncvqly7sgwn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -26410,12 +26410,13 @@ (define-public rust-syn-1
|
|||
("rust-quote" ,rust-quote-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
||||
;("rust-insta" ,rust-insta-0.12)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-insta" ,rust-insta-0.16)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-ref-cast" ,rust-ref-cast-1.0)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
;("rust-reqwest" ,rust-reqwest-0.10)
|
||||
("rust-reqwest" ,rust-reqwest-0.10)
|
||||
("rust-syn-test-suite" ,rust-syn-test-suite-0)
|
||||
("rust-tar" ,rust-tar-0.4)
|
||||
("rust-termcolor" ,rust-termcolor-1)
|
||||
("rust-walkdir" ,rust-walkdir-2))))
|
||||
|
|
Loading…
Reference in a new issue