mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-polars-arrow-format-0.1.
* gnu/packages/crates-io.scm (rust-polars-arrow-format-0.1): New variable. Change-Id: I36dfbecb40aeb07f00fea08a0b47cd23f2864c27
This commit is contained in:
parent
4b228157f9
commit
bc2b525cff
1 changed files with 23 additions and 0 deletions
|
@ -49711,6 +49711,29 @@ (define-public rust-polars-arrow-0.17
|
|||
("rust-num" ,rust-num-0.4)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-polars-arrow-format-0.1
|
||||
(package
|
||||
(name "rust-polars-arrow-format")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polars-arrow-format" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0k5qci66rcwqv4ycb43zlkk128wrdvcqkc95j2qrd4xgfhjfzc0r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-planus" ,rust-planus-0.3)
|
||||
("rust-prost" ,rust-prost-0.11)
|
||||
("rust-prost-derive" ,rust-prost-derive-0.11)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-tonic" ,rust-tonic-0.8))))
|
||||
(home-page "https://github.com/polar-rs/arrow-format")
|
||||
(synopsis "Unofficial flatbuffers and tonic code of Apache Arrow spec")
|
||||
(description "Unofficial flatbuffers and tonic code of Apache Arrow spec.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-polars-compute-0.37
|
||||
(package
|
||||
(name "rust-polars-compute")
|
||||
|
|
Loading…
Reference in a new issue