mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-polars-ffi-0.37.
* gnu/packages/crates-io.scm (rust-polars-ffi-0.37): New variable. Change-Id: I7095442b58cd6dc254b589665216bd2a1148dcc9
This commit is contained in:
parent
9fa0d236e4
commit
4b228157f9
1 changed files with 20 additions and 0 deletions
|
@ -49848,6 +49848,26 @@ (define-public rust-polars-error-0.37
|
|||
@code{DataFrame} library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-polars-ffi-0.37
|
||||
(package
|
||||
(name "rust-polars-ffi")
|
||||
(version "0.37.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-ffi" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1afprspzpr00kr3xv6zg1pwi1l44vv97qik8gd78kj16jql328zh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-polars-arrow" ,rust-polars-arrow-0.37)
|
||||
("rust-polars-core" ,rust-polars-core-0.37))))
|
||||
(home-page "https://www.pola.rs/")
|
||||
(synopsis "FFI utils for the Polars project")
|
||||
(description "FFI utils for the Polars project.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-polars-io-0.37
|
||||
(package
|
||||
(name "rust-polars-io")
|
||||
|
|
Loading…
Reference in a new issue