guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

169/187: gnu: Remove rust-polars-arrow-0.13.


From: guix-commits
Subject: 169/187: gnu: Remove rust-polars-arrow-0.13.
Date: Mon, 24 Oct 2022 10:58:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bec0f3ef19f87dce8c3d6b34d364ef2ed53f3bd6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:32:28 2022 +0300

    gnu: Remove rust-polars-arrow-0.13.
    
    * gnu/packages/crates-io.scm (rust-polars-arrow-0.13): Delete variable.
---
 gnu/packages/crates-io.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d7d7adc9c5..3e48644b58 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]