[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51730] [PATCH 05/21] gnu: Add rust-random-0.12.
From: |
phodina |
Subject: |
[bug#51730] [PATCH 05/21] gnu: Add rust-random-0.12. |
Date: |
Tue, 09 Nov 2021 21:14:24 +0000 |
* gnu/packages/crates-io.scm (rust-random-0.12): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3cb3ccf601..c175e677a1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39709,6 +39709,24 @@ (define-public rust-rand-xoshiro-0.1
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.6))))))
+(define-public rust-random-0.12
+ (package
+ (name "rust-random")
+ (version "0.12.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "random" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "03s2c59vzcr5fmxbhlhxvrsnwgic488jl4br1k4q369lhls3mlcp"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://github.com/stainless-steel/random")
+ (synopsis "Sources of randomness")
+ (description "The package provides sources of randomness.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-random-fast-rng-0.1
(package
(name "rust-random-fast-rng")
--
2.33.1
- [bug#51730] [PATCH 01/21] gnu: Add rust-argh-shared-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 02/21] gnu: Add rust-argh-derive-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 03/21] gnu: Add rust-argh-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 04/21] gnu: Add rust-tui-0.16., phodina, 2021/11/09
- [bug#51730] [PATCH 05/21] gnu: Add rust-random-0.12.,
phodina <=
- [bug#51730] [PATCH 06/21] gnu: Add rust-dotenv-0.13, phodina, 2021/11/09
- [bug#51730] [PATCH 07/21] gnu: Add rust-derive-builder-core-0.5., phodina, 2021/11/09
- [bug#51730] [PATCH 08/21] gnu: Add rust-derive-builder-0.7., phodina, 2021/11/09
- [bug#51730] [PATCH 09/21] gnu: Add rust-rspotify-0.10., phodina, 2021/11/09
- [bug#51730] [PATCH 10/21] gnu: Add rust-winapi-wsapoll-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 11/21] gnu: Add rust-x11rb-0.8., phodina, 2021/11/09
- [bug#51730] [PATCH 13/21] gnu: rust-anyhow-1: Update to 1.0.46., phodina, 2021/11/09
- [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11., phodina, 2021/11/09
- [bug#51730] [PATCH 12/21] gnu: Add rust-tree-magic-0.2., phodina, 2021/11/09
- [bug#51730] [PATCH 15/21] gnu: rust-os-pipe-0.9: Update to 0.9.2., phodina, 2021/11/09