[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/45: gnu: Add rust-rand-0.6.
From: |
guix-commits |
Subject: |
15/45: gnu: Add rust-rand-0.6. |
Date: |
Wed, 23 Oct 2019 03:49:13 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 054fd40cc610e6c3fec1ef8e4940da05f2a4a4a1
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 09:50:42 2019 +0300
gnu: Add rust-rand-0.6.
* gnu/packages/rust-cbindgen.scm (rust-rand-0.6): New hidden variable.
---
gnu/packages/rust-cbindgen.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index 8471830..7280078 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -319,3 +319,25 @@ in terms of the upstream unstable API.")
(description "Quasi-quoting macro quote!(...)")
(properties '((hidden? . #t)))
(license (list license:expat license:asl2.0))))
+
+(define rust-rand-0.6
+ (package
+ (name "rust-rand")
+ (version "0.6.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rand" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "1jl4449jcl4wgmzld6ffwqj5gwxrp8zvx8w573g1z368qg6xlwbd"))))
+ (build-system cargo-build-system)
+ (home-page "https://crates.io/crates/rand")
+ (synopsis "Random number generators and other randomness functionality")
+ (description
+ "This package contains random number generators and other randomness
+functionality.")
+ (properties '((hidden? . #t)))
+ (license (list license:asl2.0
+ license:expat))))
- 31/45: gnu: Add rust-serde-derive-1.0., (continued)
- 31/45: gnu: Add rust-serde-derive-1.0., guix-commits, 2019/10/23
- 30/45: gnu: Add rust-serde-1.0., guix-commits, 2019/10/23
- 11/45: gnu: Add rust-log-0.4., guix-commits, 2019/10/23
- 06/45: gnu: Add rust-clap-2., guix-commits, 2019/10/23
- 22/45: gnu: Add rust-rand-os-0.1., guix-commits, 2019/10/23
- 20/45: gnu: Add rust-rand-isaac-0.1., guix-commits, 2019/10/23
- 41/45: gnu: Add rust-vec-map-0.8., guix-commits, 2019/10/23
- 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 <=
- 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, 2019/10/23
- 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