mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Remove rust-polars-lazy-0.14.
* gnu/packages/crates-io.scm (rust-polars-lazy-0.14): Delete variable.
This commit is contained in:
parent
e9930a4cff
commit
9341e35f59
1 changed files with 0 additions and 22 deletions
|
@ -41198,28 +41198,6 @@ (define-public rust-polars-lazy-0.15
|
|||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-polars-lazy-0.14
|
||||
(package
|
||||
(inherit rust-polars-lazy-0.15)
|
||||
(name "rust-polars-lazy")
|
||||
(version "0.14.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-lazy" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07gir4r7ifc9przvd8acd09g225si2z2lpczmmv8jdqyrz8vd5k5"))))
|
||||
(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.14)
|
||||
("rust-polars-core" ,rust-polars-core-0.14)
|
||||
("rust-polars-io" ,rust-polars-io-0.14)
|
||||
("rust-rayon" ,rust-rayon-1))))))
|
||||
|
||||
(define-public rust-polling-2
|
||||
(package
|
||||
(name "rust-polling")
|
||||
|
|
Loading…
Reference in a new issue