guix-commits
[Top][All Lists]
Advanced

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

186/187: gnu: Remove rust-polars-lazy-0.15.


From: guix-commits
Subject: 186/187: gnu: Remove rust-polars-lazy-0.15.
Date: Mon, 24 Oct 2022 10:58:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8fa5b02d20b151fa721609cccca751ca634f83f6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:49:57 2022 +0300

    gnu: Remove rust-polars-lazy-0.15.
    
    * gnu/packages/crates-io.scm (rust-polars-lazy-0.15): Delete variable.
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9e8456d6f2..da9bd6f407 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41100,29 +41100,6 @@ library.")
         ("rust-rayon" ,rust-rayon-1)
         ("rust-regex" ,rust-regex-1))))))
 
-(define-public rust-polars-lazy-0.15
-  (package
-    (inherit rust-polars-lazy-0.16)
-    (name "rust-polars-lazy")
-    (version "0.15.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "polars-lazy" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0xh3a0gjsisx62zwjmawxg9giin7bwmh7z7y4cc2d3ygy8nk19jh"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-ahash" ,rust-ahash-0.7)
-        ("rust-itertools" ,rust-itertools-0.10)
-        ("rust-polars-arrow" ,rust-polars-arrow-0.15)
-        ("rust-polars-core" ,rust-polars-core-0.15)
-        ("rust-polars-io" ,rust-polars-io-0.15)
-        ("rust-rayon" ,rust-rayon-1)
-        ("rust-regex" ,rust-regex-1))))))
-
 (define-public rust-polling-2
   (package
     (name "rust-polling")



reply via email to

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