mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-arrow-array-43.
* gnu/packages/crates-io.scm (rust-arrow-array-43): New variable. Change-Id: I2d88be3bd290502d1baab4d0ac9977763e0b2de1
This commit is contained in:
parent
ffaff965d3
commit
26746a602e
1 changed files with 29 additions and 0 deletions
|
@ -2933,6 +2933,35 @@ (define-public rust-arrow-array-47
|
|||
can be used for type-erasure.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-arrow-array-43
|
||||
(package
|
||||
(inherit rust-arrow-array-47)
|
||||
(name "rust-arrow-array")
|
||||
(version "43.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "arrow-array" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1l7k48p40b8j4nzda5z20b45zsaphm9yylzwryr8n7vxbxrfmmv3"))))
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=array::binary_array::tests::test_binary_array_from_incorrect_list_array")
|
||||
#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
|
||||
("rust-arrow-buffer" ,rust-arrow-buffer-43)
|
||||
("rust-arrow-data" ,rust-arrow-data-43)
|
||||
("rust-arrow-schema" ,rust-arrow-schema-43)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-chrono-tz" ,rust-chrono-tz-0.8)
|
||||
("rust-half" ,rust-half-2)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||
("rust-num" ,rust-num-0.4)
|
||||
("rust-packed-simd-2" ,rust-packed-simd-2-0.3))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-rand" ,rust-rand-0.8))))))
|
||||
|
||||
(define-public rust-arrow-buffer-47
|
||||
(package
|
||||
(name "rust-arrow-buffer")
|
||||
|
|
Loading…
Reference in a new issue