mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-dtoa-short-0.3: Update to 0.3.5.
* gnu/packages/crates-io.scm (rust-dtoa-short-0.3): Update to 0.3.5. [cargo-inputs]: Replace rust-dtoa-0.4 with 1. Change-Id: I21a89c900c3f242011a3efb81b4d0f3d68e9a7d2
This commit is contained in:
parent
be5489367a
commit
1fc631097b
1 changed files with 5 additions and 8 deletions
|
@ -24448,22 +24448,19 @@ (define-public rust-dtoa-0.4
|
|||
(define-public rust-dtoa-short-0.3
|
||||
(package
|
||||
(name "rust-dtoa-short")
|
||||
(version "0.3.3")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dtoa-short" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mh22nwja3v8922h0hq77c29k1da634lvkn9cvg9xrqhmqlk7q5x"))))
|
||||
"11rwnkgql5jilsmwxpx6hjzkgyrbdmx1d71s0jyrjqm5nski25fd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-dtoa" ,rust-dtoa-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-float-cmp" ,rust-float-cmp-0.4))))
|
||||
`(#:cargo-inputs (("rust-dtoa" ,rust-dtoa-1))
|
||||
#:cargo-development-inputs (("rust-float-cmp" ,rust-float-cmp-0.4))))
|
||||
(home-page "https://github.com/upsuper/dtoa-short")
|
||||
(synopsis "Serialize float number and truncate to certain precision")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue