gnu: Add rust-float-cmp-0.4.

* gnu/packages/crates-io.scm (rust-float-cmp-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Joseph LaFreniere 2020-11-20 08:27:00 -06:00 committed by Efraim Flashner
parent 59eb35fb3d
commit 33b11ea782
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9117,6 +9117,21 @@ (define-public rust-float-cmp-0.5
(base32
"03hmx3n48hjm0x1ig84n1j87kzp75lzr6cj1sgi6a6pykgn4n8km"))))))
(define-public rust-float-cmp-0.4
(package
(inherit rust-float-cmp-0.5)
(name "rust-float-cmp")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "float-cmp" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0036jb8ry4h83n319jb20b5yvyfyq8mx8dkxnyjm22nq8fl8yjhk"))))))
(define-public rust-float-cmp-0.3
(package
(inherit rust-float-cmp-0.5)