mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rust-rand-os-0.2: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-rand-os-0.2): Update to 0.2.2.
This commit is contained in:
parent
3d1a63df51
commit
d099329c98
1 changed files with 2 additions and 2 deletions
|
@ -18892,7 +18892,7 @@ (define-public rust-rand-jitter-0.1
|
|||
(define-public rust-rand-os-0.2
|
||||
(package
|
||||
(name "rust-rand-os")
|
||||
(version "0.2.0")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18901,7 +18901,7 @@ (define-public rust-rand-os-0.2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06is69f8rfzs620g5b54k6cgy5yaycrsyqg55flyfrsf8g88733f"))))
|
||||
"12m59l42aa07khcjnhq8lkw2332brj4d7gqr3jxgqv39vczax257"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue