gnu: Add rust-arrow-data-43.
* gnu/packages/crates-io.scm (rust-arrow-data-43): New variable. Change-Id: I1770effac2a361ac8cb0dcb29a9771ff5b5118ac
This commit is contained in:
		
							parent
							
								
									b89c957995
								
							
						
					
					
						commit
						4bb473a3b2
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		|  | @ -3080,6 +3080,24 @@ Arrow memory format and CSV line-delimited records.") | |||
| the Apache Arrow implementation in Rust.") | ||||
|     (license license:asl2.0))) | ||||
| 
 | ||||
| (define-public rust-arrow-data-43 | ||||
|   (package | ||||
|     (inherit rust-arrow-data-47) | ||||
|     (name "rust-arrow-data") | ||||
|     (version "43.0.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "arrow-data" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "12q2dvfaj78rfj5k3sfn8d3fnhwp3iizd4dbf5m14526qniz9x6l")))) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs (("rust-arrow-buffer" ,rust-arrow-buffer-43) | ||||
|                        ("rust-arrow-schema" ,rust-arrow-schema-43) | ||||
|                        ("rust-half" ,rust-half-2) | ||||
|                        ("rust-num" ,rust-num-0.4)))))) | ||||
| 
 | ||||
| (define-public rust-arrow-format-0.8 | ||||
|   (package | ||||
|     (name "rust-arrow-format") | ||||
|  |  | |||
		Reference in a new issue