mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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
cdaf01af5a
commit
e21f98f6f1
1 changed files with 2 additions and 3 deletions
|
@ -18285,7 +18285,7 @@ (define-public rust-drop-bomb-0.1
|
|||
(define-public rust-dtoa-0.4
|
||||
(package
|
||||
(name "rust-dtoa")
|
||||
(version "0.4.4")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18293,9 +18293,8 @@ (define-public rust-dtoa-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0phbm7i0dpn44gzi07683zxaicjap5064w62pidci4fhhciv8mza"))))
|
||||
"1c5j0wz118dhrczx6spc5za7dnbfxablr4adyahg9aknrsc9i2an"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/dtolnay/dtoa")
|
||||
(synopsis "Fast functions for printing floating-point primitives")
|
||||
(description "This crate provides fast functions for printing
|
||||
|
|
Loading…
Reference in a new issue