guix-commits
[Top][All Lists]
Advanced

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

21/89: gnu: Remove rust-float-cmp-0.3.


From: guix-commits
Subject: 21/89: gnu: Remove rust-float-cmp-0.3.
Date: Thu, 23 Feb 2023 10:24:02 -0500 (EST)

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

commit 9151db64e7b693aeeadcb6094d71cd64abd50d80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 22:37:13 2023 +0200

    gnu: Remove rust-float-cmp-0.3.
    
    * gnu/packages/crates-io.scm (rust-float-cmp-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bceb22c50e..388abf5f2a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21920,23 +21920,6 @@ traits.")
         (base32
          "0036jb8ry4h83n319jb20b5yvyfyq8mx8dkxnyjm22nq8fl8yjhk"))))))
 
-(define-public rust-float-cmp-0.3
-  (package
-    (inherit rust-float-cmp-0.5)
-    (name "rust-float-cmp")
-    (version "0.3.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "float-cmp" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1c0hmj46xma5aysz0qb49padhc26aw875whx6q6rglsj5dqpds1b"))))
-    (arguments
-     `(#:cargo-inputs (("rust-num" ,rust-num-0.1))))))
-
 (define-public rust-float-ord-0.3
   (package
     (name "rust-float-ord")



reply via email to

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