Commit Message
Herman Rimm
Dec. 24, 2024, 8:10 p.m. UTC
* gnu/packages/crates-io.scm (rust-nanorand-0.4): Order. Change-Id: I9ffb2a564e6b8ed52c25e1378886b012ef7b7989 --- gnu/packages/crates-io.scm | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2830c83047..76f3be1925 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -48296,30 +48296,6 @@ (define-public rust-nanorand-0.5 ("rust-random-fast-rng" ,rust-random-fast-rng-0.1) ("rust-randomize" ,rust-randomize-4)))))) -(define-public rust-nanorand-0.4 - (package - (inherit rust-nanorand-0.5) - (name "rust-nanorand") - (version "0.4.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "nanorand" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1ifpjgir1a6lw64jkb6la5hb8j5jvqq70nmxgzjj0cjf13jd3kys")))) - (arguments - `(#:skip-build? #true ;error with pre-release randomize - #:cargo-inputs - (("rust-getrandom" ,rust-getrandom-0.2) - ("rust-zeroize" ,rust-zeroize-1)) - #:cargo-development-inputs - (("rust-criterion" ,rust-criterion-0.3) - ("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)))))) - (define-public rust-nalgebra-0.32 (package (name "rust-nalgebra") @@ -48724,6 +48700,30 @@ (define-public rust-nalgebra-macros-0.1 (("rust-nalgebra" ,rust-nalgebra-0.26) ("rust-trybuild" ,rust-trybuild-1)))))) +(define-public rust-nanorand-0.4 + (package + (inherit rust-nanorand-0.5) + (name "rust-nanorand") + (version "0.4.4") + (source + (origin + (method url-fetch) + (uri (crate-uri "nanorand" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1ifpjgir1a6lw64jkb6la5hb8j5jvqq70nmxgzjj0cjf13jd3kys")))) + (arguments + `(#:skip-build? #true ;error with pre-release randomize + #:cargo-inputs + (("rust-getrandom" ,rust-getrandom-0.2) + ("rust-zeroize" ,rust-zeroize-1)) + #:cargo-development-inputs + (("rust-criterion" ,rust-criterion-0.3) + ("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)))))) + (define-public rust-napi-2 (package (name "rust-napi")