mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.34.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.3): Update to 0.3.34.
This commit is contained in:
parent
7b8d8c7120
commit
317e76bb39
1 changed files with 2 additions and 2 deletions
|
@ -69212,7 +69212,7 @@ (define-public rust-wasm-bindgen-test-crate-b-0.1
|
|||
(define-public rust-wasm-bindgen-test-macro-0.3
|
||||
(package
|
||||
(name "rust-wasm-bindgen-test-macro")
|
||||
(version "0.3.28")
|
||||
(version "0.3.34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -69220,7 +69220,7 @@ (define-public rust-wasm-bindgen-test-macro-0.3
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "124ng2j16jf8lfdgq1lg83c7zka42fzizdaddnl9dsyz52bgf1k0"))))
|
||||
(base32 "1s9vnkrmmq5fiv0j0ifvbs7q5ffgxwbg1r0zcryp3cdkwsd7ad07"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue