gnu: rust-derive-arbitrary-1: Update to 1.3.2.
* gnu/packages/crates-io.scm (rust-derive-arbitrary-1): Update to 1.3.2. [cargo-inputs]: Replace rust-syn-2 with 1. Change-Id: Ia6ef6c7fc8c3e506cdd47229aa3c3d5c884bf359
This commit is contained in:
parent
2e8c515b67
commit
46feffe3ce
1 changed files with 3 additions and 3 deletions
|
@ -19281,20 +19281,20 @@ Rust.")
|
||||||
(define-public rust-derive-arbitrary-1
|
(define-public rust-derive-arbitrary-1
|
||||||
(package
|
(package
|
||||||
(name "rust-derive-arbitrary")
|
(name "rust-derive-arbitrary")
|
||||||
(version "1.3.0")
|
(version "1.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "derive_arbitrary" version))
|
(uri (crate-uri "derive_arbitrary" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dy8pmv7d8diqhbh1b88v8q5g0inwkgb465877jqimbjqjgfpkgk"))))
|
"04bnd985frl81r5sgixgpvncnnj1bfpfnd7qvdx1aahnqi9pbrv7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-2))))
|
||||||
(home-page "https://github.com/rust-fuzz/arbitrary")
|
(home-page "https://github.com/rust-fuzz/arbitrary")
|
||||||
(synopsis "Derives arbitrary traits")
|
(synopsis "Derives arbitrary traits")
|
||||||
(description "This crate implements support for automatically deriving the
|
(description "This crate implements support for automatically deriving the
|
||||||
|
|
Reference in a new issue