me
/
guix
Archived
1
0
Fork 0

gnu: rust-lexical-6: Update to 6.1.1.

* gnu/packages/crates-io.scm (rust-lexical-6): Update to 6.1.1.
[arguments]: Don't skip the build.

Change-Id: I26cb2d206dd16b83e43b21ecd22877bab2fc892c
master
Efraim Flashner 2024-01-14 16:38:42 +02:00
parent 8938df51e5
commit 637da029f6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -35651,18 +35651,17 @@ source audio format.")
(define-public rust-lexical-6
(package
(name "rust-lexical")
(version "6.0.1")
(version "6.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "lexical" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1y8v2s8g2hjinwf5hbm1ncbazw9q4qbp111q2mwacq6hi0grhkn3"))))
(base32 "1xk8g6k17ml0sjyx388qck9zqhxjfyzjqx1l6c0ggzj3zlvgpbn7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-lexical-core" ,rust-lexical-core-0.8))))
(home-page "https://github.com/Alexhuszagh/rust-lexical")
(synopsis "Lexical, to- and from-string conversion routines")