gnu: rust-parity-wasm-0.40: Update to 0.40.3.

* gnu/packages/crates-io.scm (rust-parity-wasm-0.40): Update to 0.40.3.
[arguments]: Skip tests. Add rust-time-0.1 to cargo-development-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 17:06:13 +02:00
parent d24cfb24c5
commit 8ab47363c9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8123,7 +8123,7 @@ synchronization primitives.")
(define-public rust-parity-wasm-0.40 (define-public rust-parity-wasm-0.40
(package (package
(name "rust-parity-wasm") (name "rust-parity-wasm")
(version "0.40.1") (version "0.40.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8131,14 +8131,17 @@ synchronization primitives.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1p84f0k36q05j18jy66n122lyali794cj78hbxgy9wj6si84plqd")))) "03qycy21avz4970zc7aj8rj5h4wvi4qsrc90a6hpws1a56mglf8y"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:tests? #f
#:cargo-development-inputs
(("rust-time" ,rust-time-0.1))))
(home-page "https://github.com/paritytech/parity-wasm") (home-page "https://github.com/paritytech/parity-wasm")
(synopsis "Low-level WebAssembly format library") (synopsis "Low-level WebAssembly format library")
(description (description
"This package provides a WebAssembly binary format serialization, "This package provides a WebAssembly binary format serialization,
deserialization, and interpreter in Rust.") deserialization, and interpreter in Rust.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))