mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-wasm-bindgen-backend-0.2: Update to 0.2.87.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-backend-0.2): Update to 0.2.87.
This commit is contained in:
parent
db0b317d59
commit
cb189f90d3
1 changed files with 2 additions and 2 deletions
|
@ -77507,7 +77507,7 @@ (define-public rust-wasm-bindgen-0.2
|
|||
(define-public rust-wasm-bindgen-backend-0.2
|
||||
(package
|
||||
(name "rust-wasm-bindgen-backend")
|
||||
(version "0.2.84")
|
||||
(version "0.2.87")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -77515,7 +77515,7 @@ (define-public rust-wasm-bindgen-backend-0.2
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ffc0wb293ha56i66f830x7f8aa2xql69a21lrasy1ncbgyr1klm"))))
|
||||
(base32 "1gcsh3bjxhw3cirmin45107pcsnn0ymhkxg6bxg65s8hqp9vdwjy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue