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.
This commit is contained in:
parent
31d1615af8
commit
9d93267f39
1 changed files with 2 additions and 3 deletions
|
|
@ -18165,7 +18165,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)
|
||||||
|
|
@ -18173,9 +18173,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 a new issue