mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-arrow-buffer-43.
* gnu/packages/crates-io.scm (rust-arrow-buffer-43): New variable. Change-Id: I5d89847b21afb71fb0a65d84d1e9802aacc3b5e2
This commit is contained in:
parent
4bb473a3b2
commit
ffaff965d3
1 changed files with 18 additions and 0 deletions
|
@ -2959,6 +2959,24 @@ (define-public rust-arrow-buffer-47
|
|||
Rust implementation of Apache Arrow.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-arrow-buffer-43
|
||||
(package
|
||||
(inherit rust-arrow-buffer-47)
|
||||
(name "rust-arrow-buffer")
|
||||
(version "43.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "arrow-buffer" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08m7cxfksmc2qsygba0ingr1a3acbrxx9qdr0184wj3z0yg47gmx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-half" ,rust-half-2)
|
||||
("rust-num" ,rust-num-0.4))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-rand" ,rust-rand-0.8))))))
|
||||
|
||||
(define-public rust-arrow-cast-47
|
||||
(package
|
||||
(name "rust-arrow-cast")
|
||||
|
|
Loading…
Reference in a new issue