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

* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to
0.2.84.
This commit is contained in:
Efraim Flashner 2023-02-23 17:05:23 +02:00
parent 7c94708b55
commit 6136a62f08
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -69088,14 +69088,14 @@ (define-public rust-wasm-bindgen-macro-support-0.2
(define-public rust-wasm-bindgen-shared-0.2
(package
(name "rust-wasm-bindgen-shared")
(version "0.2.78")
(version "0.2.84")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasm-bindgen-shared" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1k27dc57h0brx5ish4dwmzibyif7m9lfagvph1a7s0ygi4kj6dq2"))))
(base32 "0pcvk1c97r1pprzfaxxn359r0wqg5bm33ylbwgjh8f4cwbvzwih0"))))
(build-system cargo-build-system)
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")