mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-nanorand-0.5: Order alphabetically.
* gnu/packages/crates-io.scm (rust-nanorand-0.5): Order. Change-Id: Ia4746fd235ed0cb89eb131e5aafa653252adefe1 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e67fbbba2c
commit
686aa8f7ea
1 changed files with 24 additions and 24 deletions
|
@ -48400,30 +48400,6 @@ (define-public rust-nanorand-0.7
|
|||
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
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nanorand" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ryi6jdfsfij4di33f269099g7m32rlr7sv7j4pklnjcj2xxfwri"))))
|
||||
(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")
|
||||
|
@ -48828,6 +48804,30 @@ (define-public rust-nalgebra-macros-0.1
|
|||
(("rust-nalgebra" ,rust-nalgebra-0.26)
|
||||
("rust-trybuild" ,rust-trybuild-1))))))
|
||||
|
||||
(define-public rust-nanorand-0.5
|
||||
(package
|
||||
(inherit rust-nanorand-0.7)
|
||||
(name "rust-nanorand")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nanorand" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ryi6jdfsfij4di33f269099g7m32rlr7sv7j4pklnjcj2xxfwri"))))
|
||||
(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-nanorand-0.4
|
||||
(package
|
||||
(inherit rust-nanorand-0.5)
|
||||
|
|
Loading…
Reference in a new issue