guix-commits
[Top][All Lists]
Advanced

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

379/470: gnu: Remove rust-lexical-5.


From: guix-commits
Subject: 379/470: gnu: Remove rust-lexical-5.
Date: Thu, 16 Mar 2023 03:02:19 -0400 (EDT)

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

commit 7499c6263cd077b99377567ba373d7c2f18ad0b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 17:15:10 2023 +0200

    gnu: Remove rust-lexical-5.
    
    * gnu/packages/crates-io.scm (rust-lexical-5): Delete variable.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d604b4a322..87f03a4980 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30867,28 +30867,6 @@ a no_std environment.  This does not depend on any 
standard library features,
 nor a system allocator.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-lexical-5
-  (package
-    (inherit rust-lexical-6)
-    (name "rust-lexical")
-    (version "5.2.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "lexical" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1r8lsi523h53kbb99xgv31jabwhcp4rzqd4hfazfhcjffh5aj17l"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-cfg-if" ,rust-cfg-if-1)
-        ("rust-lexical-core" ,rust-lexical-core-0.7)
-        ("rust-rand" ,rust-rand-0.4)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-derive" ,rust-serde-derive-1)
-        ("rust-toml" ,rust-toml-0.5))))))
-
 (define-public rust-lexopt-0.2
   (package
     (name "rust-lexopt")



reply via email to

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