gnu: Remove rust-polars-io-0.16.
* gnu/packages/crates-io.scm (rust-polars-io-0.16): Delete variable.
This commit is contained in:
parent
c8837e2735
commit
ca2e53fe52
1 changed files with 0 additions and 32 deletions
|
@ -45519,38 +45519,6 @@ applications.")
|
||||||
"This crate provides IO related logic for the Polars DataFrame library.")
|
"This crate provides IO related logic for the Polars DataFrame library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-polars-io-0.16
|
|
||||||
(package
|
|
||||||
(inherit rust-polars-io-0.17)
|
|
||||||
(name "rust-polars-io")
|
|
||||||
(version "0.16.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "polars-io" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0yqpjk0ymqpjq6f0mnm9hhw9xmjradx6vqzg5n54qvl6v3s3p3kh"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-ahash" ,rust-ahash-0.7)
|
|
||||||
("rust-anyhow" ,rust-anyhow-1)
|
|
||||||
("rust-arrow2" ,rust-arrow2-0.5)
|
|
||||||
("rust-csv-core" ,rust-csv-core-0.1)
|
|
||||||
("rust-dirs" ,rust-dirs-3)
|
|
||||||
("rust-flate2" ,rust-flate2-1)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-lexical" ,rust-lexical-6)
|
|
||||||
("rust-memmap2" ,rust-memmap2-0.2)
|
|
||||||
("rust-num" ,rust-num-0.4)
|
|
||||||
("rust-num-cpus" ,rust-num-cpus-1)
|
|
||||||
("rust-polars-arrow" ,rust-polars-arrow-0.16)
|
|
||||||
("rust-polars-core" ,rust-polars-core-0.16)
|
|
||||||
("rust-rayon" ,rust-rayon-1)
|
|
||||||
("rust-regex" ,rust-regex-1)
|
|
||||||
("rust-simdutf8" ,rust-simdutf8-0.1))))))
|
|
||||||
|
|
||||||
(define-public rust-polars-lazy-0.17
|
(define-public rust-polars-lazy-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-polars-lazy")
|
(name "rust-polars-lazy")
|
||||||
|
|
Reference in a new issue