gnu: Remove rust-polars-io-0.13.
* gnu/packages/crates-io.scm (rust-polars-io-0.13): Delete variable.
parent
1f4ce2bbba
commit
872b61d8b0
|
@ -41334,38 +41334,6 @@ applications.")
|
|||
("rust-regex" ,rust-regex-1)
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1))))))
|
||||
|
||||
(define-public rust-polars-io-0.13
|
||||
(package
|
||||
(inherit rust-polars-io-0.14)
|
||||
(name "rust-polars-io")
|
||||
(version "0.13.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-io" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1iwbr5i1qy5f54ifhvxr8h9jr023jfj0mai5hy1lccszxh88hf17"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-ahash" ,rust-ahash-0.7)
|
||||
("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-arrow" ,rust-arrow-4)
|
||||
("rust-csv" ,rust-csv-1)
|
||||
("rust-csv-core" ,rust-csv-core-0.1)
|
||||
("rust-fast-float" ,rust-fast-float-0.2)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-lexical" ,rust-lexical-5)
|
||||
("rust-memmap2" ,rust-memmap2-0.2)
|
||||
("rust-num" ,rust-num-0.4)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-parquet" ,rust-parquet-4)
|
||||
("rust-polars-arrow" ,rust-polars-arrow-0.13)
|
||||
("rust-polars-core" ,rust-polars-core-0.13)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-polars-lazy-0.17
|
||||
(package
|
||||
(name "rust-polars-lazy")
|
||||
|
|
Reference in New Issue