diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-02 21:11:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 20:35:13 -0400 |
commit | 825fd13da62ad690df89f8567d640c14d1bac695 (patch) | |
tree | 24b9ba48154c10b92e0e2f3ccc015e92c22aafcc /gnu | |
parent | 655765008d229ef1aa4bfc7d4cc93e2da0bb232a (diff) | |
download | guix-825fd13da62ad690df89f8567d640c14d1bac695.tar guix-825fd13da62ad690df89f8567d640c14d1bac695.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1524607a14..17040080f4 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) |