me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-polars-0.16.

* gnu/packages/crates-io.scm (rust-polars-0.16): Delete variable.
Efraim Flashner 2022-10-24 12:38:23 +03:00
parent 5c514e00c3
commit 61235ff700
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 19 deletions

View File

@ -40898,25 +40898,6 @@ applications.")
"Polars is a dataframe Library based on Apache Arrow.") "Polars is a dataframe Library based on Apache Arrow.")
(license license:expat))) (license license:expat)))
(define-public rust-polars-0.16
(package
(inherit rust-polars-0.17)
(name "rust-polars")
(version "0.16.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "polars" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1s4fqc3vlpz73dbagfsj3hx7y7xmpqnp7nj0cn9srijxgxq5nm73"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-polars-core" ,rust-polars-core-0.16)
("rust-polars-io" ,rust-polars-io-0.16)
("rust-polars-lazy" ,rust-polars-lazy-0.16))))))
(define-public rust-polars-arrow-0.17 (define-public rust-polars-arrow-0.17
(package (package
(name "rust-polars-arrow") (name "rust-polars-arrow")