me
/
guix
Archived
1
0
Fork 0

gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.37.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.3): Update
to 0.3.37.
[arguments]: Skip tests.
[cargo-development-inputs]: Add rust-trybuild-1.
Efraim Flashner 2023-10-01 16:48:20 +03:00
parent a039c2f89d
commit b1b0596168
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 4 deletions

View File

@ -77775,7 +77775,7 @@ 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.34")
(version "0.3.37")
(source
(origin
(method url-fetch)
@ -77783,12 +77783,15 @@ attribute that is not in the shared backend crate.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1s9vnkrmmq5fiv0j0ifvbs7q5ffgxwbg1r0zcryp3cdkwsd7ad07"))))
(base32 "0xd5245xixdhj33nf6xbzg85vrmjv5vhw0hf2gnk0sc3ikfr7fgc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#: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))
#:cargo-development-inputs
(("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/rustwasm/wasm-bindgen")
(synopsis "Internal testing macro for wasm-bindgen")
(description