guix-commits
[Top][All Lists]
Advanced

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

318/470: gnu: Remove rust-polars-lazy-0.16.


From: guix-commits
Subject: 318/470: gnu: Remove rust-polars-lazy-0.16.
Date: Thu, 16 Mar 2023 03:01:46 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 711fb20d97e5fd295df78da10ad51b9f68f27e88
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 22:37:10 2023 +0200

    gnu: Remove rust-polars-lazy-0.16.
    
    * gnu/packages/crates-io.scm (rust-polars-lazy-0.16): 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 883729a788..865ba8fdb7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43414,29 +43414,6 @@ applications.")
 library.")
     (license license:expat)))
 
-(define-public rust-polars-lazy-0.16
-  (package
-    (inherit rust-polars-lazy-0.17)
-    (name "rust-polars-lazy")
-    (version "0.16.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "polars-lazy" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "01bjsk880dvigyqx7aj3f8zvxpk9gl14k3s40w3dv3aanhdzq7wx"))))
-    (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.16)
-        ("rust-polars-core" ,rust-polars-core-0.16)
-        ("rust-polars-io" ,rust-polars-io-0.16)
-        ("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]