mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-getrandom-0.2: Update to 0.2.12.
* gnu/packages/crates-io.scm (rust-getrandom-0.2): Update to 0.2.12. Change-Id: Icfa48e595fee26c5a5ceef3977d10b194dd5d020
This commit is contained in:
parent
891f879310
commit
c2699944aa
1 changed files with 2 additions and 2 deletions
|
@ -29248,14 +29248,14 @@ (define-public rust-getopts-0.2
|
|||
(define-public rust-getrandom-0.2
|
||||
(package
|
||||
(name "rust-getrandom")
|
||||
(version "0.2.10")
|
||||
(version "0.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "getrandom" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "09zlimhhskzf7cmgcszix05wyz2i6fcpvh711cv1klsxl6r3chdy"))))
|
||||
(base32 "1d8jb9bv38nkwlqqdjcav6gxckgwc9g30pm3qq506rvncpm9400r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue