mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Remove rust-lexical-core-0.4.
* gnu/packages/crates-io.scm (rust-lexical-core-0.4): Delete variable.
This commit is contained in:
parent
32bbdb1765
commit
e15eb6c666
1 changed files with 0 additions and 28 deletions
|
@ -32007,34 +32007,6 @@ (define-public rust-lexical-core-0.7
|
||||||
("rust-proptest" ,rust-proptest-0.10)
|
("rust-proptest" ,rust-proptest-0.10)
|
||||||
("rust-quickcheck" ,rust-quickcheck-1))))))
|
("rust-quickcheck" ,rust-quickcheck-1))))))
|
||||||
|
|
||||||
(define-public rust-lexical-core-0.4
|
|
||||||
(package
|
|
||||||
(inherit rust-lexical-core-0.7)
|
|
||||||
(name "rust-lexical-core")
|
|
||||||
(version "0.4.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "lexical-core" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1gr5y3ykghd3wjc00l3iizkj1dxylyhwi6fj6yn2qg06nzx771iz"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
|
||||||
("rust-dtoa" ,rust-dtoa-0.4)
|
|
||||||
("rust-ryu" ,rust-ryu-1)
|
|
||||||
("rust-stackvector" ,rust-stackvector-1)
|
|
||||||
("rust-static-assertions" ,rust-static-assertions-0.3))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-approx" ,rust-approx-0.3)
|
|
||||||
("rust-proptest" ,rust-proptest-0.9)
|
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.2))))))
|
|
||||||
|
|
||||||
(define-public rust-lexical-parse-float-0.8
|
(define-public rust-lexical-parse-float-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-lexical-parse-float")
|
(name "rust-lexical-parse-float")
|
||||||
|
|
Loading…
Reference in a new issue