mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-getrandom-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-getrandom-0.2): Update to 0.2.8. [cargo-inputs]: Replace rust-cfg-if-0.1 with 1, rust-wasi-0.9 with 0.11. Add rust-js-sys-0.3.
This commit is contained in:
parent
d39d08b4db
commit
63fbb9e0db
1 changed files with 5 additions and 4 deletions
|
@ -24210,23 +24210,24 @@ (define-public rust-getopts-0.2
|
|||
(define-public rust-getrandom-0.2
|
||||
(package
|
||||
(name "rust-getrandom")
|
||||
(version "0.2.0")
|
||||
(version "0.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "getrandom" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x3clmvj5k2h9qv3ihbyif1rns3pf5y5n66f5jjyc5zr6v7jb07f"))))
|
||||
(base32 "0cbb766pcyi7sws0fnp1pxkz0nhiya0ckallq502bxmq49mfnnn0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-js-sys" ,rust-js-sys-0.3)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||
("rust-stdweb" ,rust-stdweb-0.4)
|
||||
("rust-wasi" ,rust-wasi-0.9)
|
||||
("rust-wasi" ,rust-wasi-0.11)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
|
||||
|
|
Loading…
Reference in a new issue