Archived
1
0
Fork 0

gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.69.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to 0.2.69.
This commit is contained in:
Nicolas Goaziou 2020-12-20 15:01:15 +01:00
parent 5cba847df7
commit c1737714c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34578,7 +34578,7 @@ attribute that is not in the shared backend crate.")
(define-public rust-wasm-bindgen-shared-0.2 (define-public rust-wasm-bindgen-shared-0.2
(package (package
(name "rust-wasm-bindgen-shared") (name "rust-wasm-bindgen-shared")
(version "0.2.60") (version "0.2.69")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -34586,7 +34586,7 @@ 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
"0ffn4152w8n629f29lwjgj3adiyixvdbff3mld49gisssbknzxys")))) "0n3ir6gq27np22l6m96y342a6fphk1pkbzbfqx6g364kgzfi2y3y"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://rustwasm.github.io/wasm-bindgen/") (home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli") (synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")