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
|
(define-public rust-dtoa-short-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-dtoa-short")
|
(name "rust-dtoa-short")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -18314,13 +18314,13 @@ (define-public rust-dtoa-short-0.3
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wkn7ziqffq8hj0a411lgn7674ackzdk734ikp230rmp2f2hn0jr"))))
|
"1mh22nwja3v8922h0hq77c29k1da634lvkn9cvg9xrqhmqlk7q5x"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-dtoa" ,rust-dtoa-0.4))
|
(("rust-dtoa" ,rust-dtoa-0.4))
|
||||||
#:cargo-development-inputs
|
#: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")
|
(home-page "https://github.com/upsuper/dtoa-short")
|
||||||
(synopsis "Serialize float number and truncate to certain precision")
|
(synopsis "Serialize float number and truncate to certain precision")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue