mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-lexical-write-integer-0.8: Update to 0.8.5.
* gnu/packages/crates-io.scm (rust-lexical-write-integer-0.8): Update to 0.8.5. [arguments]: Don't skip the build. Skip the tests. [cargo-development-inputs]: Add rust-proptest-0.10. Change-Id: Id55c1234c4ec968ab933fa033e7b91bf784bd5f4
This commit is contained in:
parent
ab7e1698ba
commit
8938df51e5
1 changed files with 5 additions and 4 deletions
|
@ -35627,20 +35627,21 @@ source audio format.")
|
||||||
(define-public rust-lexical-write-integer-0.8
|
(define-public rust-lexical-write-integer-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-lexical-write-integer")
|
(name "rust-lexical-write-integer")
|
||||||
(version "0.8.0")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "lexical-write-integer" version))
|
(uri (crate-uri "lexical-write-integer" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vsn3zg2hyqnyapwmzb2aw0w5f53ad6s6n46xyazsh0f5r4mdsgc"))))
|
(base32 "0ii4hmvqrg6pd4j9y1pkhkp0nw2wpivjzmljh6v6ca22yk8z7dp1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f ; unresolved import `quickcheck`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-lexical-util" ,rust-lexical-util-0.8)
|
(("rust-lexical-util" ,rust-lexical-util-0.8)
|
||||||
("rust-static-assertions" ,rust-static-assertions-1))))
|
("rust-static-assertions" ,rust-static-assertions-1))
|
||||||
|
#:cargo-development-inputs (("rust-proptest" ,rust-proptest-0.10))))
|
||||||
(home-page "https://github.com/Alexhuszagh/rust-lexical")
|
(home-page "https://github.com/Alexhuszagh/rust-lexical")
|
||||||
(synopsis "Efficient formatting of integers to strings")
|
(synopsis "Efficient formatting of integers to strings")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue