mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-dota-short-0.3: Update to 0.3.3.
* gnu/packages/crates-io.scm (rust-dtoa-short-0.3): Update to 0.3.3. [cargo-development-inputs]: Replace rust-float-cmp-0.3 with 0.4.
This commit is contained in:
parent
e21f98f6f1
commit
aec6e7aacb
1 changed files with 3 additions and 3 deletions
|
@ -18305,7 +18305,7 @@ (define-public rust-dtoa-0.4
|
|||
(define-public rust-dtoa-short-0.3
|
||||
(package
|
||||
(name "rust-dtoa-short")
|
||||
(version "0.3.2")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18314,13 +18314,13 @@ (define-public rust-dtoa-short-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wkn7ziqffq8hj0a411lgn7674ackzdk734ikp230rmp2f2hn0jr"))))
|
||||
"1mh22nwja3v8922h0hq77c29k1da634lvkn9cvg9xrqhmqlk7q5x"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-dtoa" ,rust-dtoa-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-float-cmp" ,rust-float-cmp-0.3))))
|
||||
(("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