gnu: Remove rust-polars-arrow-0.13.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 24 Oct 2022 14:32:28 +0000 (17:32 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 24 Oct 2022 14:40:56 +0000 (17:40 +0300)
* gnu/packages/crates-io.scm (rust-polars-arrow-0.13): Delete variable.

gnu/packages/crates-io.scm

index d7d7adc..3e48644 100644 (file)
@@ -40768,26 +40768,6 @@ applications.")
         ("rust-num" ,rust-num-0.4)
         ("rust-thiserror" ,rust-thiserror-1))))))
 
-(define-public rust-polars-arrow-0.13
-  (package
-    (inherit rust-polars-arrow-0.14)
-    (name "rust-polars-arrow")
-    (version "0.13.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "polars-arrow" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0r6k2zm9f3nngjszdjnjz7r7c91qpq88lwjfgsbwfi8383xxbcjk"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-arrow" ,rust-arrow-4)
-        ("rust-num" ,rust-num-0.4)
-        ("rust-thiserror" ,rust-thiserror-1))))))
-
 (define-public rust-polars-core-0.17
   (package
     (name "rust-polars-core")