mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Remove rust-polars-0.13.
* gnu/packages/crates-io.scm (rust-polars-0.13): Delete variable.
This commit is contained in:
parent
807afdd8e3
commit
8903abe31d
1 changed files with 0 additions and 21 deletions
|
@ -42578,27 +42578,6 @@ (define-public rust-polars-0.14
|
||||||
("rust-polars-io" ,rust-polars-io-0.14)
|
("rust-polars-io" ,rust-polars-io-0.14)
|
||||||
("rust-polars-lazy" ,rust-polars-lazy-0.14))))))
|
("rust-polars-lazy" ,rust-polars-lazy-0.14))))))
|
||||||
|
|
||||||
(define-public rust-polars-0.13
|
|
||||||
(package
|
|
||||||
(inherit rust-polars-0.14)
|
|
||||||
(name "rust-polars")
|
|
||||||
(version "0.13.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "polars" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"104s1r0ndwz3blklbfshkm0km0602w9rqg9lbaq36zbbf93cw1n4"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-polars-core" ,rust-polars-core-0.13)
|
|
||||||
("rust-polars-io" ,rust-polars-io-0.13)
|
|
||||||
("rust-polars-lazy" ,rust-polars-lazy-0.13))))))
|
|
||||||
|
|
||||||
(define-public rust-polars-arrow-0.17
|
(define-public rust-polars-arrow-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-polars-arrow")
|
(name "rust-polars-arrow")
|
||||||
|
|
Loading…
Reference in a new issue