mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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:
parent
5cba847df7
commit
c1737714c2
1 changed files with 2 additions and 2 deletions
|
@ -34578,7 +34578,7 @@ (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.60")
|
||||
(version "0.2.69")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -34586,7 +34586,7 @@ (define-public rust-wasm-bindgen-shared-0.2
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ffn4152w8n629f29lwjgj3adiyixvdbff3mld49gisssbknzxys"))))
|
||||
"0n3ir6gq27np22l6m96y342a6fphk1pkbzbfqx6g364kgzfi2y3y"))))
|
||||
(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