mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Add rust-polars-utils-0.37.
* gnu/packages/crates-io.scm (rust-polars-utils-0.37): New variable. Change-Id: Ic761fa504e3e33418d799784a98956d226678ca1
This commit is contained in:
parent
4045609b21
commit
c6cc8180fd
1 changed files with 30 additions and 0 deletions
|
@ -49976,6 +49976,36 @@ (define-public rust-polars-lazy-0.17
|
|||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-polars-utils-0.37
|
||||
(package
|
||||
(name "rust-polars-utils")
|
||||
(version "0.37.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-utils" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sdmyyd2nzgbkjbxl2jzpqdf09l89r7gxdxf6pc5b6qypdawky9q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
|
||||
("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-polars-error" ,rust-polars-error-0.37)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-smartstring" ,rust-smartstring-1)
|
||||
("rust-sysinfo" ,rust-sysinfo-0.30)
|
||||
("rust-version-check" ,rust-version-check-0.9))))
|
||||
(home-page "https://www.pola.rs/")
|
||||
(synopsis "Private utils for the Polars DataFrame library")
|
||||
(description "This package contains the private utils for the Polars
|
||||
@code{DataFrame} library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-polling-3
|
||||
(package
|
||||
(name "rust-polling")
|
||||
|
|
Loading…
Reference in a new issue