me
/
guix
Archived
1
0
Fork 0

gnu: rust-lexical-parse-integer-0.8: Update to 0.8.6.

* gnu/packages/crates-io.scm (rust-lexical-parse-integer-0.8): Update to
0.8.6.
[arguments]: Don't skip the build.
[cargo-development-inputs]: Add rust-proptest-0.10.

Change-Id: I675cd2d82ed1abf3209be27176258aece0f773ef
master
Efraim Flashner 2024-01-14 16:36:14 +02:00
parent cbb6c33775
commit 31f3910988
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 5 deletions

View File

@ -35558,20 +35558,20 @@ source audio format.")
(define-public rust-lexical-parse-integer-0.8
(package
(name "rust-lexical-parse-integer")
(version "0.8.0")
(version "0.8.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "lexical-parse-integer" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1b2kxprq3636x3j1qy68202q7yzsmq5c7h9w7m7zrh4cvanjpjgj"))))
(base32 "1sayji3mpvb2xsjq56qcq3whfz8px9a6fxk5v7v15hyhbr4982bd"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("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")
(synopsis "Efficient parsing of integers from strings")
(description