guix-commits
[Top][All Lists]
Advanced

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

103/154: gnu: Remove rust-fast-float-0.2.


From: guix-commits
Subject: 103/154: gnu: Remove rust-fast-float-0.2.
Date: Mon, 22 Jan 2024 15:37:06 -0500 (EST)

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

commit ff1cd36ace780b61db05c19ba51fc7d7d445a925
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:57:24 2024 +0200

    gnu: Remove rust-fast-float-0.2.
    
    * gnu/packages/crates-io.scm (rust-fast-float-0.2): Delete variable.
    
    Change-Id: I6dafeec883e621dd023169a5fa7e74623e66e93b
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0733251412..7e7f590677 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21601,27 +21601,6 @@ supported in purely NFA-based implementations.")
 is defined in the HTML specification.")
     (license license:mpl2.0)))
 
-(define-public rust-fast-float-0.2
-  (package
-    (name "rust-fast-float")
-    (version "0.2.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "fast-float" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0g7kfll3xyh99kc7r352lhljnwvgayxxa6saifb6725inikmyxlm"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/aldanor/fast-float-rust";)
-    (synopsis "Fast floating-point number parser")
-    (description
-     "This crate provides a fast decimal number parser from strings into
-floats.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-faster-hex-0.9
   (package
     (name "rust-faster-hex")



reply via email to

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