mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.41.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.3): Update to 0.3.41. [cargo-inputs]: Add rust-syn-2. Change-Id: I6a3bd2fe0dc3fbe2fff2b18c37282636c22e3b47
This commit is contained in:
parent
9d2531782a
commit
f42b0d988d
1 changed files with 5 additions and 5 deletions
|
@ -75180,21 +75180,21 @@ attribute that is not in the shared backend crate.")
|
|||
(define-public rust-wasm-bindgen-test-macro-0.3
|
||||
(package
|
||||
(name "rust-wasm-bindgen-test-macro")
|
||||
(version "0.3.37")
|
||||
(version "0.3.41")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wasm-bindgen-test-macro" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xd5245xixdhj33nf6xbzg85vrmjv5vhw0hf2gnk0sc3ikfr7fgc"))))
|
||||
(base32 "12bgbvygyi04d1gcrgl7w7m94mn7is59f7ds5cqmfs30a1sin8d5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; could not find `wasm_bindgen_test`
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1))
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-trybuild" ,rust-trybuild-1))))
|
||||
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
||||
|
|
Loading…
Add table
Reference in a new issue