mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-arrow-schema-43.
* gnu/packages/crates-io.scm (rust-arrow-schema-43): New variable. Change-Id: I82c9e6f01983c3c49708b7e593867acd5d3c06a6
This commit is contained in:
parent
f3f890161d
commit
b89c957995
1 changed files with 18 additions and 0 deletions
|
@ -3310,6 +3310,24 @@ (define-public rust-arrow-schema-47
|
|||
Apache Arrow implementation in Rust.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-arrow-schema-43
|
||||
(package
|
||||
(inherit rust-arrow-schema-47)
|
||||
(name "rust-arrow-schema")
|
||||
(version "43.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "arrow-schema" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zp8jz0pcr2d020rrmkdkzg6yizb2gc0fbfgzddb2w7mxrbwpsrb"))))
|
||||
(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))))))
|
||||
|
||||
(define-public rust-arrow-select-47
|
||||
(package
|
||||
(name "rust-arrow-select")
|
||||
|
|
Loading…
Reference in a new issue