mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-syn-1: Update to 1.0.60.
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.60. [arguments]: Re-order Cargo inputs. Remove Cargo development inputs since
This commit is contained in:
parent
27881228d5
commit
a22c9cbc72
1 changed files with 5 additions and 17 deletions
|
@ -39632,33 +39632,21 @@ (define-public rust-syn-test-suite-0
|
|||
(define-public rust-syn-1
|
||||
(package
|
||||
(name "rust-syn")
|
||||
(version "1.0.53")
|
||||
(version "1.0.60")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "syn" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0s3y325n7s6gsg4wg0dq0pxymhv1x8qd4nmsp8my2kf24h3y4cw8"))))
|
||||
(base32 "1080gw6mlja7yl26crya3k403wjdp7v3wx9mxcmpcnlar9z5j067"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-insta" ,rust-insta-0.16)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-ref-cast" ,rust-ref-cast-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("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))))
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-unicode-xid" ,rust-unicode-xid-0.2))))
|
||||
(home-page "https://github.com/dtolnay/syn")
|
||||
(synopsis "Parser for Rust source code")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue