gnu: rust-dtoa-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-dtoa-0.4): Update to 0.4.8. [arguments]: Don't skip build.master
parent
cdaf01af5a
commit
e21f98f6f1
|
@ -18285,7 +18285,7 @@ Rust.")
|
||||||
(define-public rust-dtoa-0.4
|
(define-public rust-dtoa-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-dtoa")
|
(name "rust-dtoa")
|
||||||
(version "0.4.4")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -18293,9 +18293,8 @@ Rust.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0phbm7i0dpn44gzi07683zxaicjap5064w62pidci4fhhciv8mza"))))
|
"1c5j0wz118dhrczx6spc5za7dnbfxablr4adyahg9aknrsc9i2an"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/dtolnay/dtoa")
|
(home-page "https://github.com/dtolnay/dtoa")
|
||||||
(synopsis "Fast functions for printing floating-point primitives")
|
(synopsis "Fast functions for printing floating-point primitives")
|
||||||
(description "This crate provides fast functions for printing
|
(description "This crate provides fast functions for printing
|
||||||
|
|
Reference in New Issue