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:
Troy Figiel 2024-01-27 15:58:36 +01:00 committed by Efraim Flashner
parent 933c849609
commit 26b94b273d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")