[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/45: gnu: Add rust-rdrand-0.4.
From: |
guix-commits |
Subject: |
25/45: gnu: Add rust-rdrand-0.4. |
Date: |
Wed, 23 Oct 2019 03:49:15 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 847172e44f501a0537a682473c2fa8727b10879d
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 10:00:05 2019 +0300
gnu: Add rust-rdrand-0.4.
* gnu/packages/rust-cbindgen.scm (rust-rdrand-0.4): New hidden variable.
---
gnu/packages/rust-cbindgen.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index c259a73..3ffa3f6 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -525,3 +525,24 @@ functionality.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
+
+(define rust-rdrand-0.4
+ (package
+ (name "rust-rdrand")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rdrand" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/nagisa/rust_rdrand/")
+ (synopsis "Random number generator")
+ (description
+ "This package is an implementation of random number generator based on
+@code{rdrand} and @cpde{rdseed} instructions")
+ (properties '((hidden? . #t)))
+ (license license:isc)))
- 14/45: gnu: Add rust-quote-1.0., (continued)
- 14/45: gnu: Add rust-quote-1.0., guix-commits, 2019/10/23
- 16/45: gnu: Add rust-rand-chacha-0.1., guix-commits, 2019/10/23
- 23/45: gnu: Add rust-rand-pcg-0.1., guix-commits, 2019/10/23
- 15/45: gnu: Add rust-rand-0.6., guix-commits, 2019/10/23
- 19/45: gnu: Add rust-rand-hc-0.1., guix-commits, 2019/10/23
- 18/45: gnu: Add rust-rand-core-0.3., guix-commits, 2019/10/23
- 13/45: gnu: Add rust-proc-macro2-1.0., guix-commits, 2019/10/23
- 12/45: gnu: Add rust-numtoa-0.1., guix-commits, 2019/10/23
- 21/45: gnu: Add rust-rand-jitter-0.1., guix-commits, 2019/10/23
- 32/45: gnu: Add rust-serde-json-1.0., guix-commits, 2019/10/23
- 25/45: gnu: Add rust-rdrand-0.4.,
guix-commits <=
- 28/45: gnu: Add rust-remove-dir-all-0.5., guix-commits, 2019/10/23
- 36/45: gnu: Add rust-termion-1.5., guix-commits, 2019/10/23
- 35/45: gnu: Add rust-tempfile-3.0., guix-commits, 2019/10/23
- 37/45: gnu: Add rust-textwrap-0.11., guix-commits, 2019/10/23
- 33/45: gnu: Add rust-strsim-0.8., guix-commits, 2019/10/23
- 34/45: gnu: Add rust-syn-1.0., guix-commits, 2019/10/23
- 39/45: gnu: Add rust-unicode-width-0.1., guix-commits, 2019/10/23
- 40/45: gnu: Add rust-unicode-xid-0.2., guix-commits, 2019/10/23
- 43/45: gnu: Add rust-winapi-x86-64-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 45/45: gnu: Add rust-cbindgen., guix-commits, 2019/10/23