mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Rust.")
|
||||||
Rust.")
|
Rust.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-stb-truetype-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-stb-truetype")
|
(name "rust-stb-truetype")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue