gnu: Add rust-dtoa-0.2.
* gnu/packages/crates-io.scm (rust-dtoa-0.2): New variable.
This commit is contained in:
parent
7617f231c0
commit
17b977ab54
|
@ -695,6 +695,20 @@ floating-point primitives to an @code{io::Write}.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-dtoa-0.2
|
||||||
|
(package
|
||||||
|
(inherit rust-dtoa)
|
||||||
|
(name "rust-dtoa")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "dtoa" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0g96cap6si1g6wi62hsdk2fnj3sf5vd4i97zj6163j8hhnsl3n0d"))))))
|
||||||
|
|
||||||
(define-public rust-fallible-iterator
|
(define-public rust-fallible-iterator
|
||||||
(package
|
(package
|
||||||
(name "rust-fallible-iterator")
|
(name "rust-fallible-iterator")
|
||||||
|
|
Loading…
Reference in New Issue