gnu: Remove rust-polars-arrow-0.16.
* gnu/packages/crates-io.scm (rust-polars-arrow-0.16): Delete variable.
This commit is contained in:
parent
35a0a89350
commit
c60c17990b
1 changed files with 0 additions and 19 deletions
|
@ -45303,25 +45303,6 @@ applications.")
|
||||||
"This crate provides Arrow interfaces for Polars DataFrame library.")
|
"This crate provides Arrow interfaces for Polars DataFrame library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-polars-arrow-0.16
|
|
||||||
(package
|
|
||||||
(inherit rust-polars-arrow-0.17)
|
|
||||||
(name "rust-polars-arrow")
|
|
||||||
(version "0.16.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "polars-arrow" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0pwx7nsayn526r9gw16yzqq3r6mn6ivcdxzsj8737whk04qy3ssb"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-arrow2" ,rust-arrow2-0.5)
|
|
||||||
("rust-num" ,rust-num-0.4)
|
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
|
||||||
|
|
||||||
(define-public rust-polars-core-0.17
|
(define-public rust-polars-core-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-polars-core")
|
(name "rust-polars-core")
|
||||||
|
|
Reference in a new issue