me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to
0.2.91.

Change-Id: I8b3043a8811fa5b6cd8ffaced96e5a2bfcfa7b8b
master
Efraim Flashner 2024-02-08 10:32:27 +02:00
parent 0fce98c5b3
commit 15c05527fe
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -75056,14 +75056,14 @@ attribute that is not in the shared backend crate.")
(define-public rust-wasm-bindgen-shared-0.2
(package
(name "rust-wasm-bindgen-shared")
(version "0.2.87")
(version "0.2.91")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasm-bindgen-shared" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18bmjwvfyhvlq49nzw6mgiyx4ys350vps4cmx5gvzckh91dd0sna"))))
(base32 "0f4qmjv57ppwi4xpdxgcd77vz9vmvlrnybg8dj430hzhvk96n62g"))))
(build-system cargo-build-system)
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")