diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 22:23:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:24 +0200 |
commit | da5ce98e2c28cf57e6bde500fa09cb2f38bc585c (patch) | |
tree | 3a6f9ce2e97f27d5b1d7e096af2569b54dd8042b | |
parent | 7a7b3e7ee51042c7347abc29938501cbb6540397 (diff) | |
download | guix-da5ce98e2c28cf57e6bde500fa09cb2f38bc585c.tar.gz |
gnu: Remove rust-statrs-0.12.
* gnu/packages/crates-io.scm (rust-statrs-0.12): Delete variable. Change-Id: I3f3061285c83d91d49de02e5d781b22a7bb55985
-rw-r--r-- | gnu/packages/crates-io.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 37a28a3bfe..e8f77e3974 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -62518,29 +62518,6 @@ Rust.") 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-test-flags - '("--release" "--lib" "--bins" "--tests") - #: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-stats-alloc-0.1 (package (name "rust-stats-alloc") |