gnu: Add rust-approx-0.1.

* gnu/packages/crates-io.scm (rust-approx-0.1): New variable.
This commit is contained in:
Valentin Ignatev 2020-01-15 03:23:44 +03:00 committed by Efraim Flashner
parent c9c5b87559
commit 835c854b5d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -299,6 +299,22 @@ (define-public rust-approx-0.3
"Approximate floating point equality comparisons and assertions.")
(license license:asl2.0)))
(define-public rust-approx-0.1
(package
(inherit rust-approx-0.3)
(name "rust-approx")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "approx" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"153awzwywmb61xg857b80l63b1x6hifx2pha7lxf6fck9qxwraq8"))))
(arguments '())))
(define-public rust-arc-swap-0.3
(package
(name "rust-arc-swap")