gnu: rust-wasm-bindgen-test-0.3: Update to 0.3.41.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-0.3): Update to
0.3.41.

Change-Id: I3b1e936fa1b558c62d5b8d52faabbd2806fd4060
This commit is contained in:
Efraim Flashner 2024-02-08 10:32:50 +02:00
parent 15c05527fe
commit 9d2531782a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75075,15 +75075,14 @@ attribute that is not in the shared backend crate.")
(define-public rust-wasm-bindgen-test-0.3 (define-public rust-wasm-bindgen-test-0.3
(package (package
(name "rust-wasm-bindgen-test") (name "rust-wasm-bindgen-test")
(version "0.3.37") (version "0.3.41")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "wasm-bindgen-test" version)) (uri (crate-uri "wasm-bindgen-test" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0w86d3ykwxfh495c4a98pj3b39wwgpfffy4ys2k86kx9gqm30vkf")) (base32 "0qgbv1fh8bsvs1vqvlpja877pz4bw638jq9f4l6yvqikz2sdwg8l"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin (substitute* "Cargo.toml" '(begin (substitute* "Cargo.toml"