gnu: rust-syn-1: Update to 1.0.53.

* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.53.  Fix indentation.
[description]: Make it a full sentence.
This commit is contained in:
Nicolas Goaziou 2020-12-04 15:09:33 +01:00
parent e9eac58a58
commit 58b5e1ad7c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28063,15 +28063,14 @@ (define-public rust-syn-test-suite-0
(define-public rust-syn-1
(package
(name "rust-syn")
(version "1.0.40")
(version "1.0.53")
(source
(origin
(method url-fetch)
(uri (crate-uri "syn" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0l437lsnv289y64pgl2mfvr1vgrb2hix5bb5a4rbjncvqly7sgwn"))))
(origin
(method url-fetch)
(uri (crate-uri "syn" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0s3y325n7s6gsg4wg0dq0pxymhv1x8qd4nmsp8my2kf24h3y4cw8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
@ -28093,7 +28092,9 @@ (define-public rust-syn-1
("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/dtolnay/syn")
(synopsis "Parser for Rust source code")
(description "Parser for Rust source code")
(description
"Syn is a parsing library for parsing a stream of Rust tokens into
a syntax tree of Rust source code.")
(license (list license:expat license:asl2.0))))
(define-public rust-syn-0.15