gnu: rust-indexmap-1: Update to 1.7.0.
* gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.7.0.master
parent
8eb20852dc
commit
88625b2424
|
@ -21763,23 +21763,21 @@ crate.")
|
||||||
(define-public rust-indexmap-1
|
(define-public rust-indexmap-1
|
||||||
(package
|
(package
|
||||||
(name "rust-indexmap")
|
(name "rust-indexmap")
|
||||||
(version "1.6.2")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "indexmap" version))
|
(uri (crate-uri "indexmap" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
(sha256
|
||||||
(sha256
|
(base32 "19b2zwfajhsfcgny0clv8y4jppy704znfhv8nv2dw9a18l2kcqxw"))))
|
||||||
(base32
|
|
||||||
"1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-autocfg" ,rust-autocfg-1)
|
(("rust-autocfg" ,rust-autocfg-1)
|
||||||
("rust-hashbrown" ,rust-hashbrown-0.9)
|
("rust-hashbrown" ,rust-hashbrown-0.11)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-rayon" ,rust-rayon-1)
|
||||||
("rust-rayon" ,rust-rayon-1))
|
("rust-serde" ,rust-serde-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-fnv" ,rust-fnv-1)
|
(("rust-fnv" ,rust-fnv-1)
|
||||||
("rust-fxhash" ,rust-fxhash-0.2)
|
("rust-fxhash" ,rust-fxhash-0.2)
|
||||||
|
|
Reference in New Issue