mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: rust-wasm-bindgen-0.2: Update to 0.2.58.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-0.2, (rust-wasm-bindgen-backend-0.2, rust-wasm-bindgen-macro-0.2 rust-wasm-bindgen-macro-support-0.2, rust-wasm-bindgen-shared-0.2): Update to 0.2.58. They all update at the same time. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bf7ac9dc55
commit
b8dbebdd73
1 changed files with 35 additions and 28 deletions
|
@ -19247,7 +19247,7 @@ (define-public rust-wasi-0.5
|
||||||
(define-public rust-wasm-bindgen-0.2
|
(define-public rust-wasm-bindgen-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen")
|
(name "rust-wasm-bindgen")
|
||||||
(version "0.2.48")
|
(version "0.2.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19256,15 +19256,23 @@ (define-public rust-wasm-bindgen-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m8vq3jkhz04fn3wjvb7ii7xql60w32nlvr10jcskcbbh2hpzsad"))))
|
"0v31s91andxcj73w63g3fkbw3ld6cfsaa4135qcjna22vypyj1aj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
(("rust-serde" ,rust-serde-1.0)
|
("rust-serde" ,rust-serde-1.0)
|
||||||
("rust-serde-json" ,rust-serde-json-1.0)
|
("rust-serde-json" ,rust-serde-json-1.0)
|
||||||
("rust-wasm-bindgen-macro"
|
("rust-wasm-bindgen-macro" ,rust-wasm-bindgen-macro-0.2))
|
||||||
,rust-wasm-bindgen-macro-0.2))))
|
#:cargo-development-inputs
|
||||||
|
(("rust-js-sys" ,rust-js-sys-0.3)
|
||||||
|
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||||
|
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4)
|
||||||
|
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)
|
||||||
|
("rust-wasm-bindgen-test-crate-a"
|
||||||
|
,rust-wasm-bindgen-test-crate-a-0.1)
|
||||||
|
("rust-wasm-bindgen-test-crate-b"
|
||||||
|
,rust-wasm-bindgen-test-crate-b-0.1))))
|
||||||
(home-page "https://rustwasm.github.io/")
|
(home-page "https://rustwasm.github.io/")
|
||||||
(synopsis "Easy support for interacting between JS and Rust")
|
(synopsis "Easy support for interacting between JS and Rust")
|
||||||
(description
|
(description
|
||||||
|
@ -19274,7 +19282,7 @@ (define-public rust-wasm-bindgen-0.2
|
||||||
(define-public rust-wasm-bindgen-backend-0.2
|
(define-public rust-wasm-bindgen-backend-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-backend")
|
(name "rust-wasm-bindgen-backend")
|
||||||
(version "0.2.48")
|
(version "0.2.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19283,17 +19291,16 @@ (define-public rust-wasm-bindgen-backend-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qxqkbjkjg4pphhcr91nk95c0gizx77dyq24mmijqnwzxxqc30jx"))))
|
"0icskn0qlj30np6x6nbyl1i9dndckx0pczaq69dm42r92rcbkk8i"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-bumpalo" ,rust-bumpalo-3)
|
||||||
(("rust-bumpalo" ,rust-bumpalo-2.5)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||||
("rust-quote" ,rust-quote-1.0)
|
("rust-quote" ,rust-quote-1.0)
|
||||||
("rust-syn" ,rust-syn-0.15)
|
("rust-syn" ,rust-syn-1.0)
|
||||||
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
||||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
(synopsis "Backend code generation of the wasm-bindgen tool")
|
(synopsis "Backend code generation of the wasm-bindgen tool")
|
||||||
|
@ -19362,7 +19369,7 @@ (define-public rust-wasm-bindgen-futures-0.3
|
||||||
(define-public rust-wasm-bindgen-macro-0.2
|
(define-public rust-wasm-bindgen-macro-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-macro")
|
(name "rust-wasm-bindgen-macro")
|
||||||
(version "0.2.48")
|
(version "0.2.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19371,17 +19378,18 @@ (define-public rust-wasm-bindgen-macro-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07fqzzlbncccmnxbbkg9v4n53qc1lps5g0bb9wq3i9zp9gvm0zgh"))))
|
"1hwxw0nhi2n4izhjn2fvnrrn59xqjxs3ybkgzdv1b4p65ivr8h2p"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f ; 'Async blocks are unstable'
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-quote" ,rust-quote-1.0)
|
(("rust-quote" ,rust-quote-1.0)
|
||||||
("rust-wasm-bindgen-macro-support"
|
("rust-wasm-bindgen-macro-support"
|
||||||
,rust-wasm-bindgen-macro-support-0.2))
|
,rust-wasm-bindgen-macro-support-0.2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-trybuild" ,rust-trybuild-1.0)
|
(("rust-trybuild" ,rust-trybuild-1.0)
|
||||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
|
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||||
|
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4))))
|
||||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
(synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
|
(synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
|
||||||
(description
|
(description
|
||||||
|
@ -19392,7 +19400,7 @@ (define-public rust-wasm-bindgen-macro-0.2
|
||||||
(define-public rust-wasm-bindgen-macro-support-0.2
|
(define-public rust-wasm-bindgen-macro-support-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-macro-support")
|
(name "rust-wasm-bindgen-macro-support")
|
||||||
(version "0.2.48")
|
(version "0.2.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19401,14 +19409,13 @@ (define-public rust-wasm-bindgen-macro-support-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mxi6rj11k67sks88pfqiqylnijxmb1s0gcgpj8mzfj5gvkqzkwm"))))
|
"0s3n7v741i4wkzib41m126li40qlhqyirnxpigkypsi59wsk2l78"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
|
||||||
("rust-quote" ,rust-quote-1.0)
|
("rust-quote" ,rust-quote-1.0)
|
||||||
("rust-syn" ,rust-syn-0.15)
|
("rust-syn" ,rust-syn-1.0)
|
||||||
("rust-wasm-bindgen-backend" ,rust-wasm-bindgen-backend-0.2)
|
("rust-wasm-bindgen-backend" ,rust-wasm-bindgen-backend-0.2)
|
||||||
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
||||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
|
@ -19421,7 +19428,7 @@ (define-public rust-wasm-bindgen-macro-support-0.2
|
||||||
(define-public rust-wasm-bindgen-shared-0.2
|
(define-public rust-wasm-bindgen-shared-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-shared")
|
(name "rust-wasm-bindgen-shared")
|
||||||
(version "0.2.48")
|
(version "0.2.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19429,9 +19436,9 @@ (define-public rust-wasm-bindgen-shared-0.2
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
|
"00cnbabf4k9bahb217vkilmjwqwzpwp112vlvgfw1x19r4gydrzm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
;(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
|
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
|
||||||
(description "This package provides shared support between
|
(description "This package provides shared support between
|
||||||
|
|
Loading…
Reference in a new issue