gnu: rust-lexical-core-0.8: Update to 0.8.5.

* gnu/packages/crates-io.scm (rust-lexical-core-0.8): Update to 0.8.5.
[arguments]: Don't skip the build.
[cargo-development-inputs]: Add rust-approx-0.5.

Change-Id: Ib9a467648ee9471679ce890d34fb243411049b44
This commit is contained in:
Efraim Flashner 2024-01-14 16:33:50 +02:00
parent ef647e9201
commit 89ef088426
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -35479,23 +35479,23 @@ (define-public rust-lewton-0.10
(define-public rust-lexical-core-0.8
(package
(name "rust-lexical-core")
(version "0.8.2")
(version "0.8.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "lexical-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1152ll9xa7v4jz2mjvz0048gy32yg39mzgjaps89h0any7c2cfba"))))
(base32 "0ihf0x3vrk25fq3bv9q35m0xax0wmvwkh0j0pjm2yk4ddvh5vpic"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-lexical-parse-float" ,rust-lexical-parse-float-0.8)
("rust-lexical-parse-integer" ,rust-lexical-parse-integer-0.8)
("rust-lexical-util" ,rust-lexical-util-0.8)
("rust-lexical-write-float" ,rust-lexical-write-float-0.8)
("rust-lexical-write-integer" ,rust-lexical-write-integer-0.8))))
("rust-lexical-write-integer" ,rust-lexical-write-integer-0.8))
#:cargo-development-inputs (("rust-approx" ,rust-approx-0.5))))
(home-page
"https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core")
(synopsis "Lexical, to- and from-string conversion routines")