[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/54: gnu: Add rust-blake2-rfc-0.2.
From: |
guix-commits |
Subject: |
09/54: gnu: Add rust-blake2-rfc-0.2. |
Date: |
Tue, 21 Jan 2020 09:35:20 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e320b20650ea02bfdbd8097de2b543a5038bad29
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 10:22:30 2020 -0800
gnu: Add rust-blake2-rfc-0.2.
* gnu/packages/crates-io.scm (rust-blake2-rfc-0.2): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2001471..dce7a6d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -677,6 +677,35 @@ behave like a set of bitflags.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-blake2-rfc-0.2
+ (package
+ (name "rust-blake2-rfc")
+ (version "0.2.18")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "blake2-rfc" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0034g47hyq2bzmk40895ill1mbnpmmjakdq3dmm9clidvl5m6vax"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-arrayvec" ,rust-arrayvec-0.4)
+ ("rust-clippy" ,rust-clippy-0.0)
+ ("rust-constant-time-eq" ,rust-constant-time-eq-0.1))
+ #:cargo-development-inputs
+ (("rust-data-encoding" ,rust-data-encoding-2.1))))
+ (home-page "https://github.com/cesarb/blake2-rfc")
+ (synopsis "Rust implementation of BLAKE2 based on RFC 7693")
+ (description
+ "This package provides a pure Rust implementation of BLAKE2 based on RFC
+7693.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-blas-sys-0.7
(package
(name "rust-blas-sys")
- branch master updated (b2f948b -> 393d721), guix-commits, 2020/01/21
- 02/54: gnu: Add rust-regex-1.3., guix-commits, 2020/01/21
- 01/54: gnu: Add rust-handlebars-2.0., guix-commits, 2020/01/21
- 03/54: gnu: Add rust-dirs-2.0., guix-commits, 2020/01/21
- 04/54: gnu: rust-serde-1.0: Update to 1.0.104., guix-commits, 2020/01/21
- 05/54: gnu: rust-serde-cbor-0.10: Update to 0.10.2., guix-commits, 2020/01/21
- 07/54: gnu: rust-serde-yaml-0.8: Update to 0.8.11., guix-commits, 2020/01/21
- 08/54: gnu: Add rust-dirs-sys-0.3., guix-commits, 2020/01/21
- 06/54: gnu: rust-serde-json-1.0: Update to 1.0.44., guix-commits, 2020/01/21
- 09/54: gnu: Add rust-blake2-rfc-0.2.,
guix-commits <=
- 10/54: gnu: Add rust-redox-users-0.3., guix-commits, 2020/01/21
- 12/54: gnu: Add rust-term-size-0.3., guix-commits, 2020/01/21
- 11/54: gnu: Add rust-term-size-1.0., guix-commits, 2020/01/21
- 14/54: gnu: rust-serde-derive-1.0: Update to 1.0.104., guix-commits, 2020/01/21
- 18/54: gnu: Add rust-rand-0.5., guix-commits, 2020/01/21
- 15/54: gnu: rust-regex-syntax-0.6: Update to 0.6.13., guix-commits, 2020/01/21
- 20/54: gnu: rust-quick-error-1.2: Don't hide package., guix-commits, 2020/01/21
- 19/54: gnu: rust-quick-error-1.2: Update to 1.2.3., guix-commits, 2020/01/21
- 13/54: gnu: Add rust-argon2rs-0.2., guix-commits, 2020/01/21
- 17/54: gnu: Add rust-hashbrown-0.5., guix-commits, 2020/01/21