mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.99.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to 0.2.99. Change-Id: I891d613493196ce8ff3bd1bcf6e6820f5e265715
This commit is contained in:
parent
a4d4d04e7f
commit
efe1c516f5
1 changed files with 2 additions and 2 deletions
|
@ -96814,14 +96814,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.91")
|
||||
(version "0.2.99")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wasm-bindgen-shared" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f4qmjv57ppwi4xpdxgcd77vz9vmvlrnybg8dj430hzhvk96n62g"))))
|
||||
(base32 "19h61snrhh1qhb5gz6zyb89l7fbj1fhmxcvi09p9l0mav8zsnfll"))))
|
||||
(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