mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
(define-public rust-wasm-bindgen-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen")
|
(name "rust-wasm-bindgen")
|
||||||
(version "0.2.78")
|
(version "0.2.84")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -68914,7 +68914,12 @@ (define-public rust-wasm-bindgen-0.2
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(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)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue