gnu: Remove rust-fast-float-0.2.

* gnu/packages/crates-io.scm (rust-fast-float-0.2): Delete variable.

Change-Id: I6dafeec883e621dd023169a5fa7e74623e66e93b
This commit is contained in:
Efraim Flashner 2024-01-22 21:57:24 +02:00
parent b36bc3fc4b
commit 0e6059b46e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -21601,27 +21601,6 @@ (define-public rust-fast-chemail-0.9
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")