me
/
guix
Archived
1
0
Fork 0

gnu: rust-wasm-bindgen-test-macro-0.2: Update to 0.2.50.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.2): Update
to 0.2.50.
[arguments]: Don't skip build.
master
Efraim Flashner 2020-02-27 09:09:10 +02:00
parent 11b8038d6f
commit 7c13962360
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -19448,7 +19448,7 @@ attribute that is not in the shared backend crate.")
(define-public rust-wasm-bindgen-test-macro-0.2 (define-public rust-wasm-bindgen-test-macro-0.2
(package (package
(name "rust-wasm-bindgen-test-macro") (name "rust-wasm-bindgen-test-macro")
(version "0.2.48") (version "0.2.50")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -19456,11 +19456,10 @@ attribute that is not in the shared backend crate.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"0n28mr6vncf1k1qr2b5bvfxq4jvqkjdzq0z0ab6w2f5d6v8q3q3l")))) "19bvmw8mqlwh6wkbzgs3cnlkywrv8q2kkqggz6y0p158930xm287"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-0.4) (("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6)))) ("rust-quote" ,rust-quote-0.6))))
(home-page "https://github.com/rustwasm/wasm-bindgen") (home-page "https://github.com/rustwasm/wasm-bindgen")