mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-approx-0.1.
* gnu/packages/crates-io.scm (rust-approx-0.1): New variable.
This commit is contained in:
parent
c9c5b87559
commit
835c854b5d
1 changed files with 16 additions and 0 deletions
|
@ -299,6 +299,22 @@ (define-public rust-approx-0.3
|
||||||
"Approximate floating point equality comparisons and assertions.")
|
"Approximate floating point equality comparisons and assertions.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public rust-arc-swap-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-arc-swap")
|
(name "rust-arc-swap")
|
||||||
|
|
Loading…
Reference in a new issue