mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Remove rust-indexmap-1.6.
* gnu/packages/crates-io.scm (rust-indexmap-1.6): Delete variable.
This commit is contained in:
parent
e296d1714d
commit
d6dad89bc1
1 changed files with 0 additions and 26 deletions
|
@ -29667,32 +29667,6 @@ (define-public rust-indexmap-1.7
|
|||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-serde-derive" ,rust-serde-derive-1))))))
|
||||
|
||||
(define-public rust-indexmap-1.6
|
||||
(package
|
||||
(inherit rust-indexmap-1)
|
||||
(name "rust-indexmap")
|
||||
(version "1.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "indexmap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-autocfg" ,rust-autocfg-1)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.9)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-fnv" ,rust-fnv-1)
|
||||
("rust-fxhash" ,rust-fxhash-0.2)
|
||||
("rust-itertools" ,rust-itertools-0.9)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.9)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-serde-derive" ,rust-serde-derive-1))))))
|
||||
|
||||
(define-public rust-indicatif-0.16
|
||||
(package
|
||||
(name "rust-indicatif")
|
||||
|
|
Loading…
Reference in a new issue