guix-commits
[Top][All Lists]
Advanced

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

216/272: gnu: rust-arrayvec-0.5: Update to 0.5.2.


From: guix-commits
Subject: 216/272: gnu: rust-arrayvec-0.5: Update to 0.5.2.
Date: Sat, 13 Feb 2021 05:55:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4bee133d039b39432d315481909f9c82d25212c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 22:27:46 2021 +0100

    gnu: rust-arrayvec-0.5: Update to 0.5.2.
    
    * gnu/packages/crates-io.scm (rust-arrayvec-0.5): Update to 0.5.2.
---
 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 5d39d73..882b713 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2084,7 +2084,7 @@ that runs on Argon2.")
 (define-public rust-arrayvec-0.5
   (package
     (name "rust-arrayvec")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
@@ -2093,7 +2093,7 @@ that runs on Argon2.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1f5mca8kiiwhvhxd1mbnq68j6v6rk139sch567zwwzl6hs37vxyg"))))
+         "12q6hn01x5435bprwlb7w9m7817dyfq55yrl4psygr78bp32zdi3"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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