[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/471: gnu: Add rust-nanorand-0.7.
From: |
guix-commits |
Subject: |
208/471: gnu: Add rust-nanorand-0.7. |
Date: |
Wed, 3 May 2023 09:27:49 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 31d84ca2b92a1e90e2029bcb3e4352c10f601540
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 16:56:11 2023 +0200
gnu: Add rust-nanorand-0.7.
* gnu/packages/crates-io.scm (rust-nanorand-0.7): New variable.
(rust-nanorand-0.5): Inherit from rust-nanorand-0.7.
---
gnu/packages/crates-io.scm | 34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 15ebb311ee..46467aefad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35541,8 +35541,33 @@ library.")
libmysqlclient.")
(license (list license:expat license:asl2.0))))
+(define-public rust-nanorand-0.7
+ (package
+ (name "rust-nanorand")
+ (version "0.7.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "nanorand" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"1hr60b8zlfy7mxjcwx2wfmhpkx7vfr3v9x12shmv1c10b0y32lba"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-getrandom" ,rust-getrandom-0.2)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs
+ (("rust-hex" ,rust-hex-0.4))))
+ (home-page "https://github.com/Absolucy/nanorand-rs")
+ (synopsis "Tiny, fast, zero-dep library for random number generation")
+ (description
+ "This library is meant for fast, random number generation with
+quick compile time, and minimal dependencies.")
+ (license license:zlib)))
+
(define-public rust-nanorand-0.5
(package
+ (inherit rust-nanorand-0.7)
(name "rust-nanorand")
(version "0.5.1")
(source
@@ -35552,7 +35577,6 @@ libmysqlclient.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ryi6jdfsfij4di33f269099g7m32rlr7sv7j4pklnjcj2xxfwri"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #true ;error with pre-release randomize
#:cargo-inputs
@@ -35563,13 +35587,7 @@ libmysqlclient.")
("rust-fastrand" ,rust-fastrand-1)
("rust-hex" ,rust-hex-0.4)
("rust-random-fast-rng" ,rust-random-fast-rng-0.1)
- ("rust-randomize" ,rust-randomize-4))))
- (home-page "https://github.com/aspenluxxxy/nanorand-rs")
- (synopsis "Tiny, fast, zero-dep library for random number generation")
- (description
- "This library is meant for fast, random number generation with
-quick compile time, and minimal dependencies.")
- (license license:zlib)))
+ ("rust-randomize" ,rust-randomize-4))))))
(define-public rust-nanorand-0.4
(package
- 170/471: gnu: Remove rust-parity-wasm-0.40., (continued)
- 170/471: gnu: Remove rust-parity-wasm-0.40., guix-commits, 2023/05/03
- 176/471: gnu: Remove rust-float-cmp-0.3., guix-commits, 2023/05/03
- 177/471: gnu: Remove rust-fixed-hash-0.2., guix-commits, 2023/05/03
- 183/471: Revert "gnu: Remove rust-libz-ng-sys-1.", guix-commits, 2023/05/03
- 184/471: gnu: rust-imgref-1: Update to 1.9.4., guix-commits, 2023/05/03
- 185/471: gnu: rust-aom-sys-0.3: Update to 0.3.2., guix-commits, 2023/05/03
- 188/471: gnu: Add rust-avif-serialize-0.7., guix-commits, 2023/05/03
- 186/471: gnu: Add rust-avif-parse-1., guix-commits, 2023/05/03
- 202/471: gnu: Add rust-half-2., guix-commits, 2023/05/03
- 203/471: gnu: rust-js-sys-0.3: Update to 0.3.61., guix-commits, 2023/05/03
- 208/471: gnu: Add rust-nanorand-0.7.,
guix-commits <=
- 210/471: gnu: rust-num-rational-0.4: Update to 0.4.1., guix-commits, 2023/05/03
- 211/471: gnu: rust-pretty-assertions-1: Update to 1.3.0., guix-commits, 2023/05/03
- 219/471: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.84., guix-commits, 2023/05/03
- 221/471: gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.34., guix-commits, 2023/05/03
- 223/471: gnu: rust-weezl-0.1: Update to 0.1.7., guix-commits, 2023/05/03
- 224/471: gnu: rav1e: Update to 0.6.3., guix-commits, 2023/05/03
- 226/471: gnu: Add rust-serde-big-array-0.4., guix-commits, 2023/05/03
- 212/471: gnu: rust-test-assembler-0.1: Fix inputs., guix-commits, 2023/05/03
- 227/471: gnu: Add rust-maybe-rayon-0.1., guix-commits, 2023/05/03
- 228/471: gnu: Remove rust-lexical-5., guix-commits, 2023/05/03