guix-commits
[Top][All Lists]
Advanced

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

20/127: gnu: rust-indexmap-2: Update to 2.1.0.


From: guix-commits
Subject: 20/127: gnu: rust-indexmap-2: Update to 2.1.0.
Date: Tue, 26 Dec 2023 06:42:31 -0500 (EST)

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

commit 441e9b64e63b819c6bfce677a51363c28fb313c5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 24 09:57:27 2023 +0200

    gnu: rust-indexmap-2: Update to 2.1.0.
    
    * gnu/packages/crates-io.scm (rust-indexmap-2): Update to 2.1.0.
    [cargo-development-inputs]: Replace rust-itertools-0.10 with 0.11.
    
    Change-Id: If477608ef6b456e4f042f092f45e1a5eaab392eb
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ed32fef6c9..cae76c3f37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38047,14 +38047,14 @@ that efficiently appends and removes common 
indentation after every newline.")
 (define-public rust-indexmap-2
   (package
     (name "rust-indexmap")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "indexmap" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0pdnbvv6gnyxx2li8mks8p00fya3ynmhx3n6infpcy8a4gi7yiym"))))
+                "07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -38068,7 +38068,7 @@ that efficiently appends and removes common indentation 
after every newline.")
        #:cargo-development-inputs
        (("rust-fnv" ,rust-fnv-1)
         ("rust-fxhash" ,rust-fxhash-0.2)
-        ("rust-itertools" ,rust-itertools-0.10)
+        ("rust-itertools" ,rust-itertools-0.11)
         ("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-quickcheck" ,rust-quickcheck-1)
         ("rust-rand" ,rust-rand-0.8)



reply via email to

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