gnu: Add rust-wasm-bindgen-test-macro-0.3.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.3): New variable. (rust-wasm-bindgen-test-macro-0.2): Inherit from rust-wasm-bindgen-test-macro-0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7c13962360
commit
d125c4f428
1 changed files with 26 additions and 8 deletions
|
@ -19445,8 +19445,33 @@ attribute that is not in the shared backend crate.")
|
||||||
"Internal testing crate for wasm-bindgen.")
|
"Internal testing crate for wasm-bindgen.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-wasm-bindgen-test-macro-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-wasm-bindgen-test-macro")
|
||||||
|
(version "0.3.8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wasm-bindgen-test-macro" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0kybf3shpp8ysz4v4j259d7vad9kw5bs4i4dlfrs895bhdp7m0wp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||||
|
("rust-quote" ,rust-quote-1.0))))
|
||||||
|
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
||||||
|
(synopsis "Internal testing macro for wasm-bindgen")
|
||||||
|
(description
|
||||||
|
"This library contains the internal testing macro for wasm-bindgen.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-wasm-bindgen-test-macro-0.2
|
(define-public rust-wasm-bindgen-test-macro-0.2
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-wasm-bindgen-test-macro-0.3)
|
||||||
(name "rust-wasm-bindgen-test-macro")
|
(name "rust-wasm-bindgen-test-macro")
|
||||||
(version "0.2.50")
|
(version "0.2.50")
|
||||||
(source
|
(source
|
||||||
|
@ -19457,17 +19482,10 @@ attribute that is not in the shared backend crate.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19bvmw8mqlwh6wkbzgs3cnlkywrv8q2kkqggz6y0p158930xm287"))))
|
"19bvmw8mqlwh6wkbzgs3cnlkywrv8q2kkqggz6y0p158930xm287"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||||
("rust-quote" ,rust-quote-0.6))))
|
("rust-quote" ,rust-quote-0.6))))))
|
||||||
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
|
||||||
(synopsis "Internal testing macro for wasm-bindgen")
|
|
||||||
(description
|
|
||||||
"This library contains the internal testing macro for wasm-bindgen.")
|
|
||||||
(license (list license:asl2.0
|
|
||||||
license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-wasm-bindgen-webidl-0.2
|
(define-public rust-wasm-bindgen-webidl-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue