apteryx pushed a commit to branch master
in repository guix.
commit b11e5c82800ccf63212c2c961a24f9d46a8fed3a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Apr 2 21:11:19 2023 -0400
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.
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7de3a70d88..b45bba91b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44466,7 +44466,7 @@ Python code from a Rust binary is also supported.")
("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)