mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-wasm-bindgen-macro-support-0.2: Update to 0.2.84.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-macro-support-0.2): Update to 0.2.84.
This commit is contained in:
parent
4f192506e7
commit
7c94708b55
1 changed files with 2 additions and 2 deletions
|
@ -69061,7 +69061,7 @@ (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.78")
|
||||
(version "0.2.84")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -69069,7 +69069,7 @@ (define-public rust-wasm-bindgen-macro-support-0.2
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ay5qmbqh8hbsgf2dqkg7ia13srx3c1d6p2qvjmzhdaqlbpf00vq"))))
|
||||
(base32 "1xm56lpi0rihh8ny7x085dgs3jdm47spgqflb98wghyadwq83zra"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue