[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
- branch master updated (ddd6191 -> 39225ff), guix-commits, 2020/10/13
- 02/13: gnu: newsboat: Update to 2.21., guix-commits, 2020/10/13
- 03/13: gnu: rust-tokio-rustls-0.14: Skip network tests., guix-commits, 2020/10/13
- 04/13: gnu: rust-tokio-rustls-0.13: Skip network tests., guix-commits, 2020/10/13
- 05/13: gnu: rust-brotli-decompressor-2.3: Skip tests., guix-commits, 2020/10/13
- 08/13: gnu: rust-arrayref-0.3: Update to 0.3.6.,
guix-commits <=
- 09/13: gnu: rust-fxhash-0.2: Don't skip build., guix-commits, 2020/10/13
- 06/13: gnu: rust-brotli-decompressor-2.3: Remove minor version from name., guix-commits, 2020/10/13
- 07/13: gnu: rust-arrayref-0.3: Don't skip build., guix-commits, 2020/10/13
- 01/13: gnu: rust-unicode-width-0.1: Update to 0.1.8., guix-commits, 2020/10/13
- 11/13: gnu: rust-glob-0.3: Skip tests., guix-commits, 2020/10/13
- 12/13: gnu: rust-toml-0.5: Update to 0.5.7., guix-commits, 2020/10/13
- 10/13: gnu: rust-getopts-0.2: Don't skip build., guix-commits, 2020/10/13
- 13/13: gnu: Add rust-termios-0.2., guix-commits, 2020/10/13