mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-rand-core-0.2.
* gnu/packages/crates-io.scm (rust-rand-core-0.2): New variable.
This commit is contained in:
parent
54af2e59e2
commit
790c528525
1 changed files with 19 additions and 0 deletions
|
@ -8333,6 +8333,25 @@ (define-public rust-rand-core-0.3
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))
|
||||
|
||||
(define-public rust-rand-core-0.2
|
||||
(package
|
||||
(inherit rust-rand-core-0.5)
|
||||
(name "rust-rand-core")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rand-core" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wikbw2a36bz8ywjyycjrd7db6ra3yzj14zs1ysxz2fiqhia8q8r"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rand-core" ,rust-rand-core-0.3))))))
|
||||
|
||||
(define-public rust-rand-hc-0.2
|
||||
(package
|
||||
(name "rust-rand-hc")
|
||||
|
|
Loading…
Reference in a new issue