mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Remove rust-polars-lazy-0.15.
* gnu/packages/crates-io.scm (rust-polars-lazy-0.15): Delete variable.
This commit is contained in:
parent
255a1595f5
commit
8fa5b02d20
1 changed files with 0 additions and 23 deletions
|
@ -41100,29 +41100,6 @@ (define-public rust-polars-lazy-0.16
|
|||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-polars-lazy-0.15
|
||||
(package
|
||||
(inherit rust-polars-lazy-0.16)
|
||||
(name "rust-polars-lazy")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-lazy" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xh3a0gjsisx62zwjmawxg9giin7bwmh7z7y4cc2d3ygy8nk19jh"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-ahash" ,rust-ahash-0.7)
|
||||
("rust-itertools" ,rust-itertools-0.10)
|
||||
("rust-polars-arrow" ,rust-polars-arrow-0.15)
|
||||
("rust-polars-core" ,rust-polars-core-0.15)
|
||||
("rust-polars-io" ,rust-polars-io-0.15)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-polling-2
|
||||
(package
|
||||
(name "rust-polling")
|
||||
|
|
Loading…
Reference in a new issue