gnu: rust-pyo3-0.16: Fix build.

* gnu/packages/crates-io.scm (rust-pyo3-0.16)
[arguments]: Replace rust-indexmap-1.6 with rust-indexmap-1.7.
This commit is contained in:
Maxim Cournoyer 2023-04-02 21:44:26 -04:00
parent b11e5c8280
commit 1586d17f4e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -44389,7 +44389,7 @@ (define-public rust-pyo3-0.16
("rust-cfg-if" ,rust-cfg-if-1)
("rust-eyre" ,rust-eyre-0.6)
("rust-hashbrown" ,rust-hashbrown-0.11)
("rust-indexmap" ,rust-indexmap-1)
("rust-indexmap" ,rust-indexmap-1.7)
("rust-indoc" ,rust-indoc-1)
("rust-inventory" ,rust-inventory-0.2)
("rust-libc" ,rust-libc-0.2)