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

* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-0.3): Update to
0.3.34.
[source]: Add snippet to remove hardcoded version dependency.
This commit is contained in:
Efraim Flashner 2023-02-23 17:05:58 +02:00
parent 6136a62f08
commit 7b8d8c7120
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -69107,7 +69107,7 @@ (define-public rust-wasm-bindgen-shared-0.2
(define-public rust-wasm-bindgen-test-0.3
(package
(name "rust-wasm-bindgen-test")
(version "0.3.28")
(version "0.3.34")
(source
(origin
(method url-fetch)
@ -69115,7 +69115,12 @@ (define-public rust-wasm-bindgen-test-0.3
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0zkb3swn81blwg0kdl2y49paaxgavc122q2kygq1xxpxf5wsmwcn"))))
(base32 "02x3agz7jn517fbbvnhncajvanr0w055jhinzf49w87vz706zcvd"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "Cargo.toml"
(("=0\\.3\\.34") "^0.3.34"))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs