diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-16 22:25:29 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-16 23:36:11 +0100 |
| commit | a22c9cbc7271bda5d12fd2fee332c3a2c56488b4 (patch) | |
| tree | 2ab62395db47c8181d3fd3500d3395817bc97a53 /gnu | |
| parent | 27881228d55ab4e7b6a3b6d98322e7826fe5050c (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 483c21ed7e6..845c5606d90 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -39632,33 +39632,21 @@ browsers.") | |||
| 39632 | (define-public rust-syn-1 | 39632 | (define-public rust-syn-1 |
| 39633 | (package | 39633 | (package |
| 39634 | (name "rust-syn") | 39634 | (name "rust-syn") |
| 39635 | (version "1.0.53") | 39635 | (version "1.0.60") |
| 39636 | (source | 39636 | (source |
| 39637 | (origin | 39637 | (origin |
| 39638 | (method url-fetch) | 39638 | (method url-fetch) |
| 39639 | (uri (crate-uri "syn" version)) | 39639 | (uri (crate-uri "syn" version)) |
| 39640 | (file-name (string-append name "-" version ".tar.gz")) | 39640 | (file-name (string-append name "-" version ".tar.gz")) |
| 39641 | (sha256 | 39641 | (sha256 |
| 39642 | (base32 "0s3y325n7s6gsg4wg0dq0pxymhv1x8qd4nmsp8my2kf24h3y4cw8")))) | 39642 | (base32 "1080gw6mlja7yl26crya3k403wjdp7v3wx9mxcmpcnlar9z5j067")))) |
| 39643 | (build-system cargo-build-system) | 39643 | (build-system cargo-build-system) |
| 39644 | (arguments | 39644 | (arguments |
| 39645 | `(#:skip-build? #t | 39645 | `(#:skip-build? #t |
| 39646 | #:cargo-inputs | 39646 | #:cargo-inputs |
| 39647 | (("rust-unicode-xid" ,rust-unicode-xid-0.2) | 39647 | (("rust-proc-macro2" ,rust-proc-macro2-1) |
| 39648 | ("rust-proc-macro2" ,rust-proc-macro2-1) | 39648 | ("rust-quote" ,rust-quote-1) |
| 39649 | ("rust-quote" ,rust-quote-1)) | 39649 | ("rust-unicode-xid" ,rust-unicode-xid-0.2)))) |
| 39650 | #:cargo-development-inputs | ||
| 39651 | (("rust-anyhow" ,rust-anyhow-1) | ||
| 39652 | ("rust-flate2" ,rust-flate2-1) | ||
| 39653 | ("rust-insta" ,rust-insta-0.16) | ||
| 39654 | ("rust-rayon" ,rust-rayon-1) | ||
| 39655 | ("rust-ref-cast" ,rust-ref-cast-1) | ||
| 39656 | ("rust-regex" ,rust-regex-1) | ||
| 39657 | ("rust-reqwest" ,rust-reqwest-0.10) | ||
| 39658 | ("rust-syn-test-suite" ,rust-syn-test-suite-0) | ||
| 39659 | ("rust-tar" ,rust-tar-0.4) | ||
| 39660 | ("rust-termcolor" ,rust-termcolor-1) | ||
| 39661 | ("rust-walkdir" ,rust-walkdir-2)))) | ||
| 39662 | (home-page "https://github.com/dtolnay/syn") | 39650 | (home-page "https://github.com/dtolnay/syn") |
| 39663 | (synopsis "Parser for Rust source code") | 39651 | (synopsis "Parser for Rust source code") |
| 39664 | (description | 39652 | (description |
