mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Remove rust-polars-lazy-0.16.
* gnu/packages/crates-io.scm (rust-polars-lazy-0.16): Delete variable.
This commit is contained in:
parent
bea7814509
commit
9e40558e40
1 changed files with 0 additions and 23 deletions
|
@ -43602,29 +43602,6 @@ (define-public rust-polars-lazy-0.17
|
||||||
library.")
|
library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-polars-lazy-0.16
|
|
||||||
(package
|
|
||||||
(inherit rust-polars-lazy-0.17)
|
|
||||||
(name "rust-polars-lazy")
|
|
||||||
(version "0.16.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "polars-lazy" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "01bjsk880dvigyqx7aj3f8zvxpk9gl14k3s40w3dv3aanhdzq7wx"))))
|
|
||||||
(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.16)
|
|
||||||
("rust-polars-core" ,rust-polars-core-0.16)
|
|
||||||
("rust-polars-io" ,rust-polars-io-0.16)
|
|
||||||
("rust-rayon" ,rust-rayon-1)
|
|
||||||
("rust-regex" ,rust-regex-1))))))
|
|
||||||
|
|
||||||
(define-public rust-polling-2
|
(define-public rust-polling-2
|
||||||
(package
|
(package
|
||||||
(name "rust-polling")
|
(name "rust-polling")
|
||||||
|
|
Loading…
Reference in a new issue