me
/
guix
Archived
1
0
Fork 0

gnu: rust-wasm-bindgen-macro-0.2: Update to 0.2.69.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-macro-0.2): Update to 0.2.69.
master
Nicolas Goaziou 2020-12-20 15:09:25 +01:00
parent 5442128aa7
commit ec8820bb13
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -34519,7 +34519,7 @@ wasm-bindgen.")
(define-public rust-wasm-bindgen-macro-0.2
(package
(name "rust-wasm-bindgen-macro")
(version "0.2.60")
(version "0.2.69")
(source
(origin
(method url-fetch)
@ -34528,7 +34528,7 @@ wasm-bindgen.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1973xr0vr2aj85fkp3smk61z5ki7c4fhxlicfjxq3a0y7sv53lcb"))))
"113hyzn0dpqasznzcwgmqw03i5yhjkqna7paim50h7xdbscwhsks"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; 'Async blocks are unstable'