mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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:
parent
59eb35fb3d
commit
33b11ea782
1 changed files with 15 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue