me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-float-cmp-0.3.

* gnu/packages/crates-io.scm (rust-float-cmp-0.3): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:13 +02:00
parent 411e35efce
commit 8267eb3aa8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 17 deletions

View File

@ -22078,23 +22078,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")