[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
359/470: gnu: Add rust-nanorand-0.7.
From: |
guix-commits |
Subject: |
359/470: gnu: Add rust-nanorand-0.7. |
Date: |
Thu, 16 Mar 2023 03:02:02 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f3eadc3af125bcc9567f955a1a8b73c59af3c1bf
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 104f4725f4..8e848b5453 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35355,8 +35355,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
@@ -35366,7 +35391,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
@@ -35377,13 +35401,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
- 341/470: gnu: Add rust-dcv-color-primitives-0.4., (continued)
- 341/470: gnu: Add rust-dcv-color-primitives-0.4., guix-commits, 2023/03/16
- 325/470: gnu: Remove rust-git2-curl-0.14., guix-commits, 2023/03/16
- 319/470: gnu: Remove rust-polars-io-0.15., guix-commits, 2023/03/16
- 327/470: gnu: Remove rust-float-cmp-0.3., guix-commits, 2023/03/16
- 323/470: gnu: Remove rust-ntest-0.3., guix-commits, 2023/03/16
- 328/470: gnu: Remove rust-fixed-hash-0.2., guix-commits, 2023/03/16
- 345/470: gnu: rust-rgb-0.8: Update to 0.8.36., guix-commits, 2023/03/16
- 344/470: gnu: rust-png-0.17: Update to 0.17.7., guix-commits, 2023/03/16
- 352/470: gnu: rust-flume-0.10: Update to 0.10.14., guix-commits, 2023/03/16
- 357/470: gnu: rust-libz-sys-1: Update to 1.1.8., guix-commits, 2023/03/16
- 359/470: gnu: Add rust-nanorand-0.7.,
guix-commits <=
- 365/470: gnu: rust-wasm-bindgen-0.2: Update to 0.2.84., guix-commits, 2023/03/16
- 367/470: gnu: rust-wasm-bindgen-futures-0.4: Update to 0.4.34., guix-commits, 2023/03/16
- 377/470: gnu: Add rust-serde-big-array-0.4., guix-commits, 2023/03/16
- 380/470: gnu: Add rust-lebe-0.5., guix-commits, 2023/03/16
- 370/470: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.84., guix-commits, 2023/03/16
- 389/470: gnu: Remove rust-pangocairo-sys-0.10., guix-commits, 2023/03/16
- 374/470: gnu: rust-weezl-0.1: Update to 0.1.7., guix-commits, 2023/03/16
- 386/470: gnu: Add rust-bindgen-0.61., guix-commits, 2023/03/16
- 384/470: gnu: Remove rust-cargon-0.0., guix-commits, 2023/03/16
- 148/470: gnu: rust-1.55: Explicitly use llvm-13., guix-commits, 2023/03/16