gnu: rust-wasm-bindgen-0.2: Update to 0.2.91.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-0.2): Update to 0.2.91. Change-Id: Ia70006d5500212390d503a4b002cb721b7499d87
This commit is contained in:
parent
a7b7eaf405
commit
0a17a7d2a6
1 changed files with 3 additions and 4 deletions
|
@ -74879,15 +74879,14 @@ result.")
|
||||||
(define-public rust-wasm-bindgen-0.2
|
(define-public rust-wasm-bindgen-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen")
|
(name "rust-wasm-bindgen")
|
||||||
(version "0.2.87")
|
(version "0.2.91")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wasm-bindgen" version))
|
(uri (crate-uri "wasm-bindgen" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hm3k42gcnrps2jh339h186scx1radqy1w7v1zwb333dncmaf1kp"))
|
(base32 "0zwbb07ln4m5hh6axamc701nnj090nd66syxbf6bagzf189j9qf1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (substitute* "Cargo.toml"
|
'(begin (substitute* "Cargo.toml"
|
||||||
|
|
Reference in a new issue