mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-arrow-schema-47.
* gnu/packages/crates-io.scm (rust-arrow-schema-47): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
933c849609
commit
26b94b273d
1 changed files with 25 additions and 0 deletions
|
@ -2566,6 +2566,31 @@ (define-public rust-arrow-format-0.3
|
||||||
code of Apache Arrow spec.")
|
code of Apache Arrow spec.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-arrow-schema-47
|
||||||
|
(package
|
||||||
|
(name "rust-arrow-schema")
|
||||||
|
(version "47.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "arrow-schema" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jyfw40m070zj2pv8mp3gvlnzs0mavnzn6qhw19qh5bv26f1f7ax"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-bincode" ,rust-bincode-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/apache/arrow-rs")
|
||||||
|
(synopsis "Logical types for Apache Arrow arrays")
|
||||||
|
(description "This crate defines the logical types for arrays of the
|
||||||
|
Apache Arrow implementation in Rust.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-arrow2-0.7
|
(define-public rust-arrow2-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-arrow2")
|
(name "rust-arrow2")
|
||||||
|
|
Loading…
Reference in a new issue