gnu: Add rust-quad-rand-0.2.
* gnu/packages/crates-io.scm (rust-quad-rand-0.2): New variable. Change-Id: If7f303fa9b6cf2be99cb02fbc31c7f96d2664c84
This commit is contained in:
parent
e4eede0ce4
commit
1cf153bdf2
1 changed files with 20 additions and 0 deletions
|
@ -53717,6 +53717,26 @@ Python code from a Rust binary is also supported.")
|
||||||
("rust-zip" ,rust-zip-0.6))
|
("rust-zip" ,rust-zip-0.6))
|
||||||
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))))
|
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))))
|
||||||
|
|
||||||
|
(define-public rust-quad-rand-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-quad-rand")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "quad-rand" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "125bw7b295khgwk7bnb6vkcdjyki1xbfzrcygh2mzk54yzxa33v5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-rand" ,rust-rand-0.8))))
|
||||||
|
(home-page "https://github.com/not-fl3/quad-rand")
|
||||||
|
(synopsis "Pseudo random implementation with std atomics")
|
||||||
|
(description
|
||||||
|
"This package provides a pseudo random implementation with std atomics.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-quantiles-0.7
|
(define-public rust-quantiles-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-quantiles")
|
(name "rust-quantiles")
|
||||||
|
|
Reference in a new issue