gnu: rust-pyo3-0.15: Fix build.
* gnu/packages/crates-io.scm (rust-pyo3-0.15) [arguments]: Replace rust-indexmap-1.6 with rust-indexmap-1.7.
This commit is contained in:
parent
655765008d
commit
825fd13da6
1 changed files with 1 additions and 1 deletions
|
@ -44466,7 +44466,7 @@ (define-public rust-pyo3-0.15
|
|||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-eyre" ,rust-eyre-0.6)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.11)
|
||||
("rust-indexmap" ,rust-indexmap-1.6)
|
||||
("rust-indexmap" ,rust-indexmap-1.7)
|
||||
("rust-indoc" ,rust-indoc-0.3)
|
||||
("rust-inventory" ,rust-inventory-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Loading…
Reference in a new issue