guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: rust-arrayref-0.3: Update to 0.3.6.


From: guix-commits
Subject: 08/13: gnu: rust-arrayref-0.3: Update to 0.3.6.
Date: Tue, 13 Oct 2020 04:05:30 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cc6ff9c53717b5524a6fea852cd9035b5f273856
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 13 10:28:25 2020 +0300

    gnu: rust-arrayref-0.3: Update to 0.3.6.
    
    * gnu/packages/crates-io.scm (rust-arrayref-0.3): Update to 0.3.6.
---
 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 377fe8d..d1d6b36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -853,7 +853,7 @@ that runs on Argon2.")
 (define-public rust-arrayref-0.3
   (package
     (name "rust-arrayref")
-    (version "0.3.5")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
@@ -862,7 +862,7 @@ that runs on Argon2.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
+         "0i6m1l3f73i0lf0cjdf5rh3xpvxydyhfbakq7xx7bkrp5qajgid4"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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