guix-commits
[Top][All Lists]
Advanced

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

54/58: gnu: rust-indexmap-1: Update to 1.6.2.


From: guix-commits
Subject: 54/58: gnu: rust-indexmap-1: Update to 1.6.2.
Date: Sun, 13 Jun 2021 13:15:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6a65ac7055e341d39900d51923487786496bac65
Author: Zheng junjie <873216071@qq.com>
AuthorDate: Fri Jun 11 21:23:41 2021 +0800

    gnu: rust-indexmap-1: Update to 1.6.2.
    
    * gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.6.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 71dde63..4b053da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20910,7 +20910,7 @@ crate.")
 (define-public rust-indexmap-1
   (package
     (name "rust-indexmap")
-    (version "1.6.1")
+    (version "1.6.2")
     (source
       (origin
         (method url-fetch)
@@ -20919,7 +20919,7 @@ crate.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0friqyzr4ssyayks7nirqbc36zcsf8fdi67jmvl4vpjh8a9zmcag"))))
+          "1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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