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:
Efraim Flashner 2024-03-18 11:28:20 +02:00
parent 2e8c515b67
commit 46feffe3ce
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -19281,20 +19281,20 @@ Rust.")
(define-public rust-derive-arbitrary-1
(package
(name "rust-derive-arbitrary")
(version "1.3.0")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (crate-uri "derive_arbitrary" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1dy8pmv7d8diqhbh1b88v8q5g0inwkgb465877jqimbjqjgfpkgk"))))
"04bnd985frl81r5sgixgpvncnnj1bfpfnd7qvdx1aahnqi9pbrv7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/rust-fuzz/arbitrary")
(synopsis "Derives arbitrary traits")
(description "This crate implements support for automatically deriving the