guix-patches
[Top][All Lists]
Advanced

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

[bug#67592] [PATCH 13/20] gnu: rust-indexmap: Update to 2.1.0.


From: Rémi Teissier
Subject: [bug#67592] [PATCH 13/20] gnu: rust-indexmap: Update to 2.1.0.
Date: Tue, 12 Dec 2023 22:16:51 +0100

Change-Id: Icae0b1bc04bb5ff2ed50984a8b21591ff0ac060c
---
 gnu/packages/crates-io.scm | 48 +++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f7280634d68..a2a98d592d1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33803,32 +33803,32 @@ (define-public rust-indenter-0.3
 (define-public rust-indexmap-2
   (package
     (name "rust-indexmap")
-    (version "2.0.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "indexmap" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0pdnbvv6gnyxx2li8mks8p00fya3ynmhx3n6infpcy8a4gi7yiym"))))
+    (version "2.1.0")
+    (source
+      (origin
+         (method url-fetch)
+         (uri (crate-uri "indexmap" version))
+         (file-name (string-append name "-" version ".tar.gz"))
+         (sha256
+           (base32 "07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-arbitrary" ,rust-arbitrary-1)
-        ("rust-equivalent" ,rust-equivalent-1)
-        ("rust-hashbrown" ,rust-hashbrown-0.14)
-        ("rust-quickcheck" ,rust-quickcheck-1)
-        ("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)
-        ("rust-fxhash" ,rust-fxhash-0.2)
-        ("rust-itertools" ,rust-itertools-0.10)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-quickcheck" ,rust-quickcheck-1)
-        ("rust-rand" ,rust-rand-0.8)
-        ("rust-serde-derive" ,rust-serde-derive-1))))
+      `(#:cargo-inputs
+        (("rust-serde" ,rust-serde-1)
+         ("rust-rustc-rayon" ,rust-rustc-rayon-0.5)
+         ("rust-rayon" ,rust-rayon-1)
+         ("rust-quickcheck" ,rust-quickcheck-1)
+         ("rust-arbitrary" ,rust-arbitrary-1)
+         ("rust-hashbrown" ,rust-hashbrown-0.14)
+         ("rust-equivalent" ,rust-equivalent-1))
+        #:cargo-development-inputs
+        (("rust-serde-derive" ,rust-serde-derive-1)
+         ("rust-rand" ,rust-rand-0.8)
+         ("rust-quickcheck" ,rust-quickcheck-1)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-itertools" ,rust-itertools-0.11)
+         ("rust-fxhash" ,rust-fxhash-0.2)
+         ("rust-fnv" ,rust-fnv-1))))
     (home-page "https://github.com/bluss/indexmap";)
     (synopsis "Hash table with consistent order and fast iteration")
     (description
-- 
2.41.0






reply via email to

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