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:
Maxim Cournoyer 2023-04-02 21:11:19 -04:00
parent 655765008d
commit 825fd13da6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)