me
/
guix
Archived
1
0
Fork 0

gnu: rust-wasm-bindgen-backend-0.2: Update to 0.2.91.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-backend-0.2): Update to
0.2.91.
[cargo-inputs]: Replace rust-syn-1 with 2.

Change-Id: I4a4ac82604dda45506949883c951e2142fb983ee
master
Efraim Flashner 2024-02-08 10:30:36 +02:00
parent 0a17a7d2a6
commit 86c0302718
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 5 deletions

View File

@ -74917,15 +74917,14 @@ result.")
(define-public rust-wasm-bindgen-backend-0.2
(package
(name "rust-wasm-bindgen-backend")
(version "0.2.87")
(version "0.2.91")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasm-bindgen-backend" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gcsh3bjxhw3cirmin45107pcsnn0ymhkxg6bxg65s8hqp9vdwjy"))))
(base32 "02zpi9sjzhd8kfv1yj9m1bs4a41ik9ii5bc8hjf60arm1j8f3ry9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -74934,7 +74933,7 @@ result.")
("rust-once-cell" ,rust-once-cell-1)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)
("rust-syn" ,rust-syn-2)
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Backend code generation of the wasm-bindgen tool")