[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44785] [PATCH 08/22] gnu: Add rust-keccak-0.1.
From: |
Hartmut Goebel |
Subject: |
[bug#44785] [PATCH 08/22] gnu: Add rust-keccak-0.1. |
Date: |
Sun, 22 Nov 2020 00:13:53 +0100 |
* gnu/packages/crates-io.scm (rust-keccak-0.1): New variable.
---
gnu/packages/crates-io.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0c50bfaafb..63ba1b916b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12825,6 +12825,24 @@ friction with idiomatic Rust structs to ease
interopability.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-keccak-0.1
+ (package
+ (name "rust-keccak")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "keccak" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "19ybbvxrdk9yy65rk7f5ad0hcxszkjwph68yzkj3954lnir1bhk7"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://crates.io/crates/keccak")
+ (synopsis "Keccak-f sponge function for Rust")
+ (description "This package provides a keccak-f sponge function")
+ (license license:cc0)))
+
(define-public rust-kernel32-sys-0.2
(package
(name "rust-kernel32-sys")
--
2.21.3
- [bug#44785] [PATCH 02/22] gnu: Add rust-win-crypto-ng-0.2., (continued)
- [bug#44785] [PATCH 02/22] gnu: Add rust-win-crypto-ng-0.2., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 01/22] gnu: Add rust-rpassword-5., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 06/22] gnu: Add rust-lalrpop-util-0.19., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 07/22] gnu: Add rust-lalrpop-0.19., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 12/22] gnu: Add rust-ed25519-1., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 05/22] gnu: Add rust-ena-0.14:, Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 10/22] gnu: Add rust-signature-derive-1., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 09/22] gnu: Add rust-merlin-2., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 11/22] gnu: Add rust-signature-1., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 03/22] gnu: Add rust-num-bigint-dig-0.6., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 08/22] gnu: Add rust-keccak-0.1.,
Hartmut Goebel <=
- [bug#44785] [PATCH 13/22] gnu: Add rust-curve25519-dalek-3., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 04/22] gnu: Add rust-memsec-0.6., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 14/22] gnu: Add rust-ed25519-dalek-1., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 15/22] gnu: Add rust-dyn-clone-1., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 17/22] gnu: Add rust-base64-0.13., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 16/22] gnu: Add rust-bzip2-0.3., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 18/22] gnu: Add rust-hashlink-0.6., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 21/22] gnu: Add rust-rusqlite: Update to 0.24., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 19/22] gnu: Add rust-hashbrown-0.9., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 20/22] gnu: Add rust-libsqlite3-sys-0.20., Hartmut Goebel, 2020/11/21