mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-statrs-0.12.
* gnu/packages/crates-io.scm (rust-statrs-0.12): New variable.
This commit is contained in:
parent
7d00ffc8fc
commit
0e5127c0aa
1 changed files with 21 additions and 0 deletions
|
@ -49990,6 +49990,27 @@ (define-public rust-statrs-0.13
|
|||
Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-statrs-0.12
|
||||
(package
|
||||
(name "rust-statrs")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "statrs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10hk9194ig21w08947yavf4l97g0106ph4xxlzn8ps2kwrnnzqfc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-rand" ,rust-rand-0.7))))
|
||||
(home-page "https://github.com/statrs-dev/statrs")
|
||||
(synopsis "Statistical computing library for Rust")
|
||||
(description "This package provides a statistical computing library for
|
||||
Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-stb-truetype-0.3
|
||||
(package
|
||||
(name "rust-stb-truetype")
|
||||
|
|
Loading…
Reference in a new issue