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:
Efraim Flashner 2023-02-23 17:01:41 +02:00
parent aef09d907e
commit 5f77c6bfc8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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