guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/73: gnu: rust-pyo3-0.16: Fix build.


From: guix-commits
Subject: 19/73: gnu: rust-pyo3-0.16: Fix build.
Date: Tue, 11 Apr 2023 22:07:21 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit b760d8bc4b96f13e2cf0e2af6e5bc0a2bd57bbb2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 2 21:44:26 2023 -0400

    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.
---
 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 17040080f4..b51f1e004a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44389,7 +44389,7 @@ ecosystem.")
         ("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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]