mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add rust-rand-0.3.
* gnu/packages/crates-io.scm (rust-rand-0.3): New variable.
This commit is contained in:
parent
5ef82ec8ba
commit
2f8e436a29
1 changed files with 18 additions and 0 deletions
|
@ -1540,6 +1540,24 @@ useful types and distributions, and some randomness-related algorithms.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-rand-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-rand)
|
||||||
|
(name "rust-rand")
|
||||||
|
(version "0.3.23")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rand" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc)
|
||||||
|
("rust-rand" ,rust-rand))))))
|
||||||
|
|
||||||
(define-public rust-rawpointer
|
(define-public rust-rawpointer
|
||||||
(package
|
(package
|
||||||
(name "rust-rawpointer")
|
(name "rust-rawpointer")
|
||||||
|
|
Loading…
Add table
Reference in a new issue