mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Remove rust-lexical-5.
* gnu/packages/crates-io.scm (rust-lexical-5): Delete variable.
This commit is contained in:
parent
fb1198e8b7
commit
22814fad08
1 changed files with 0 additions and 22 deletions
|
@ -31053,28 +31053,6 @@ (define-public rust-lexical-6
|
|||
nor a system allocator.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-lexical-5
|
||||
(package
|
||||
(inherit rust-lexical-6)
|
||||
(name "rust-lexical")
|
||||
(version "5.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lexical" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1r8lsi523h53kbb99xgv31jabwhcp4rzqd4hfazfhcjffh5aj17l"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-lexical-core" ,rust-lexical-core-0.7)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-toml" ,rust-toml-0.5))))))
|
||||
|
||||
(define-public rust-lexopt-0.2
|
||||
(package
|
||||
(name "rust-lexopt")
|
||||
|
|
Loading…
Reference in a new issue