guix-commits
[Top][All Lists]
Advanced

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

07/29: gnu: rust-sha2-0.9: Update to 0.9.3.


From: guix-commits
Subject: 07/29: gnu: rust-sha2-0.9: Update to 0.9.3.
Date: Tue, 16 Feb 2021 17:37:10 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6c6e8eea17618d39f263f4a59fb9ae88107f8eec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 16 22:11:44 2021 +0100

    gnu: rust-sha2-0.9: Update to 0.9.3.
    
    * gnu/packages/crates-io.scm (rust-sha2-0.9): Update to 0.9.3.
---
 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 0b2e52c..8626a8c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36795,7 +36795,7 @@ code is translated from C to Rust using c2rust.")
 (define-public rust-sha2-0.9
   (package
     (name "rust-sha2")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
       (origin
         (method url-fetch)
@@ -36804,7 +36804,7 @@ code is translated from C to Rust using c2rust.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1a225akwq8k1ym827f8f72rfgxaf7zdnnq07qpcblj91zs3anykf"))))
+          "1phjvjcvc33xa3xdpxw3a324ksbnrg9qhjnig13z9dwsn8a7m0ps"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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