mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-wasm-bindgen-0.2: Update to 0.2.84.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-0.2): Update to 0.2.84. [source]: Add snippet to remove hardcoded version dependency.
This commit is contained in:
parent
aef09d907e
commit
5f77c6bfc8
1 changed files with 7 additions and 2 deletions
|
@ -68906,7 +68906,7 @@ (define-public rust-wasi-0.9
|
|||
(define-public rust-wasm-bindgen-0.2
|
||||
(package
|
||||
(name "rust-wasm-bindgen")
|
||||
(version "0.2.78")
|
||||
(version "0.2.84")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -68914,7 +68914,12 @@ (define-public rust-wasm-bindgen-0.2
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kkzwj24z9ad7lq8c5ynlnpxpx8hwra6w6brl871a6dj6vi76bv3"))))
|
||||
(base32 "0fx5gh0b4n6znfa3blz92wn1k4bbiysyq9m95s7rn3gk46ydry1i"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(substitute* "Cargo.toml"
|
||||
(("=0\\.3\\.34") "^0.3.34"))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue