[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/371: gnu: Remove rust-polars-core-0.16.
From: |
guix-commits |
Subject: |
210/371: gnu: Remove rust-polars-core-0.16. |
Date: |
Thu, 25 May 2023 10:48:18 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b3a26da1c851b0a82b9ee2532d883f5c829fbce3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 18:48:24 2023 +0300
gnu: Remove rust-polars-core-0.16.
* gnu/packages/crates-io.scm (rust-polars-core-0.16): Delete variable.
---
gnu/packages/crates-io.scm | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f1eff9c478..72b3fb0dcb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45351,44 +45351,6 @@ applications.")
"This crate provides the core of the Polars DataFrame library.")
(license license:expat)))
-(define-public rust-polars-core-0.16
- (package
- (inherit rust-polars-core-0.17)
- (name "rust-polars-core")
- (version "0.16.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "polars-core" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0knhxc2b0k5jpvm7fxm64b5hjdyqgxjjyi6cnsiy5sya3mj3v9cd"))))
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-ahash" ,rust-ahash-0.7)
- ("rust-anyhow" ,rust-anyhow-1)
- ("rust-arrow2" ,rust-arrow2-0.5)
- ("rust-chrono" ,rust-chrono-0.4)
- ("rust-comfy-table" ,rust-comfy-table-1)
- ("rust-hashbrown" ,rust-hashbrown-0.11)
- ("rust-itertools" ,rust-itertools-0.10)
- ("rust-jsonpath-lib" ,rust-jsonpath-lib-0.3)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-ndarray" ,rust-ndarray-0.15)
- ("rust-num" ,rust-num-0.4)
- ("rust-num-cpus" ,rust-num-cpus-1)
- ("rust-polars-arrow" ,rust-polars-arrow-0.16)
- ("rust-prettytable-rs" ,rust-prettytable-rs-0.8)
- ("rust-rand" ,rust-rand-0.7)
- ("rust-rand-distr" ,rust-rand-distr-0.3)
- ("rust-rayon" ,rust-rayon-1)
- ("rust-regex" ,rust-regex-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-thiserror" ,rust-thiserror-1)
- ("rust-unsafe-unwrap" ,rust-unsafe-unwrap-0.1))))))
-
(define-public rust-polars-io-0.17
(package
(name "rust-polars-io")
- 171/371: gnu: rust-itoa-1: Update to 1.0.6., (continued)
- 171/371: gnu: rust-itoa-1: Update to 1.0.6., guix-commits, 2023/05/25
- 173/371: gnu: Add rust-num-format-windows-0.4., guix-commits, 2023/05/25
- 189/371: gnu: Remove rust-asn1-derive-0.8., guix-commits, 2023/05/25
- 194/371: gnu: Remove rust-csv-index-0.1., guix-commits, 2023/05/25
- 181/371: gnu: Remove rust-serde-codegen-0.4., guix-commits, 2023/05/25
- 192/371: gnu: rust-crossfont-0.3: Update to 0.3.2., guix-commits, 2023/05/25
- 198/371: gnu: Remove rust-ct-logs-0.6., guix-commits, 2023/05/25
- 178/371: gnu: rust-image-minimal-0.24: Use it., guix-commits, 2023/05/25
- 197/371: gnu: Remove rust-rustls-0.12., guix-commits, 2023/05/25
- 190/371: gnu: Remove rust-askama-shared-0.11., guix-commits, 2023/05/25
- 210/371: gnu: Remove rust-polars-core-0.16.,
guix-commits <=
- 212/371: gnu: Remove rust-polars-arrow-0.16., guix-commits, 2023/05/25
- 216/371: gnu: Remove rust-proptest-0.7., guix-commits, 2023/05/25
- 223/371: gnu: Remove rust-sct-0.3., guix-commits, 2023/05/25
- 226/371: gnu: Remove rust-syntex-0.58., guix-commits, 2023/05/25
- 235/371: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/05/25
- 237/371: gnu: Remove rust-postgres-shared-0.4., guix-commits, 2023/05/25
- 238/371: gnu: Remove rust-postgres-protocol-0.3., guix-commits, 2023/05/25
- 239/371: gnu: Remove rust-rustc-ap-serialize-654., guix-commits, 2023/05/25
- 240/371: gnu: Add rust-addr2line-0.19., guix-commits, 2023/05/25
- 243/371: gnu: Add rust-as-slice-0.2., guix-commits, 2023/05/25