me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-polars-0.15.

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

View File

@ -40917,25 +40917,6 @@ applications.")
("rust-polars-io" ,rust-polars-io-0.16)
("rust-polars-lazy" ,rust-polars-lazy-0.16))))))
(define-public rust-polars-0.15
(package
(inherit rust-polars-0.16)
(name "rust-polars")
(version "0.15.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "polars" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1sl7vs6ck05f8w8jp7v75431b4v5j2rvvvw53jqgxc5226i7a2h8"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-polars-core" ,rust-polars-core-0.15)
("rust-polars-io" ,rust-polars-io-0.15)
("rust-polars-lazy" ,rust-polars-lazy-0.15))))))
(define-public rust-polars-arrow-0.17
(package
(name "rust-polars-arrow")