gnu: rust-indexmap-1: Update to 1.6.2.
* gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.6.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
dfef83e03c
commit
6a65ac7055
1 changed files with 2 additions and 2 deletions
|
@ -20910,7 +20910,7 @@ crate.")
|
|||
(define-public rust-indexmap-1
|
||||
(package
|
||||
(name "rust-indexmap")
|
||||
(version "1.6.1")
|
||||
(version "1.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -20919,7 +20919,7 @@ crate.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0friqyzr4ssyayks7nirqbc36zcsf8fdi67jmvl4vpjh8a9zmcag"))))
|
||||
"1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Reference in a new issue