guix-commits
[Top][All Lists]
Advanced

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

17/31: gnu: rust-indexmap-1: Update to 1.9.3.


From: guix-commits
Subject: 17/31: gnu: rust-indexmap-1: Update to 1.9.3.
Date: Fri, 4 Aug 2023 11:36:58 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 8d1f1668c7dc36614b5cb11ff5c04c7818d849c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 3 12:14:55 2023 +0300

    gnu: rust-indexmap-1: Update to 1.9.3.
    
    * gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.9.3.
    [cargo-inputs]: Add rust-autocfg-1, rust-hashbrown-0.12, rust-rayon-1.
    Replace rust-rustc-rayon-0.4 with 0.5.
---
 gnu/packages/crates-io.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index abe21045be..7fb3c69d91 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31584,19 +31584,22 @@ or numerical index.  A corresponding hash set type is 
also provided.")
   (package
     (inherit rust-indexmap-2)
     (name "rust-indexmap")
-    (version "1.9.2")
+    (version "1.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "indexmap" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "16dkr2h5p379jcr8rnb420396yvzid2myirc2w70zcf43yffg18q"))))
+        (base32 "16dxmy7yvk51wvnih3a3im6fp5lmx0wx76i03n06wyak6cwhw1xx"))))
     (arguments
      `(#:cargo-inputs
        (("rust-arbitrary" ,rust-arbitrary-1)
+        ("rust-autocfg" ,rust-autocfg-1)
+        ("rust-hashbrown" ,rust-hashbrown-0.12)
         ("rust-quickcheck" ,rust-quickcheck-1)
-        ("rust-rustc-rayon" ,rust-rustc-rayon-0.4)
+        ("rust-rayon" ,rust-rayon-1)
+        ("rust-rustc-rayon" ,rust-rustc-rayon-0.5)
         ("rust-serde" ,rust-serde-1))
        #:cargo-development-inputs
        (("rust-fnv" ,rust-fnv-1)



reply via email to

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