mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
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:
parent
d24cfb24c5
commit
8ab47363c9
1 changed files with 6 additions and 3 deletions
|
@ -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))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue