From 0e6059b46eab6ab792c29af3b6150fedb7e6c4fc Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 22 Jan 2024 21:57:24 +0200 Subject: [PATCH] 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 0419876cc7..0430ecd4a8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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")