mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
7c94708b55
commit
6136a62f08
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue