mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-wasm-bindgen-macro-support-0.2: Update to 0.2.99.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-macro-support-0.2): Update to 0.2.99. Change-Id: Icd22128183c2ce961f144dafe13d598448c15a63
This commit is contained in:
parent
efe1c516f5
commit
be440a9188
1 changed files with 2 additions and 2 deletions
|
@ -96788,14 +96788,14 @@ (define-public rust-wasm-bindgen-macro-0.2
|
|||
(define-public rust-wasm-bindgen-macro-support-0.2
|
||||
(package
|
||||
(name "rust-wasm-bindgen-macro-support")
|
||||
(version "0.2.91")
|
||||
(version "0.2.99")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wasm-bindgen-macro-support" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rlyl3yzwbcnc691mvx78m1wbqf1qs52mlc3g88bh7ihwrdk4bv4"))))
|
||||
(base32 "1hihsgyg0kf46kjhgfv8x5g9x0q1d0aizj6n7s84ag1xfrdskmrh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue