gnu: Add rust-simplerand-1.
* gnu/packages/crates-io.scm (rust-simplerand-1): New variable. Change-Id: Ia776e3abce46ef80d10967ae1d8057b32f551e59 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
63bfa8f662
commit
1ebfcacd04
1 changed files with 19 additions and 0 deletions
|
@ -67733,6 +67733,25 @@ diff output.")
|
|||
small to medium sized project")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-simplerand-1
|
||||
(package
|
||||
(name "rust-simplerand")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "simplerand" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yw9p3sk5c57gwz60ydpvsbx9kkwyccwlcv0z3q4v66b4455libh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1))))
|
||||
(home-page "https://github.com/PumpkinSeed/srand")
|
||||
(synopsis "Random number generator")
|
||||
(description "Simple and fast random number generator.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-simple-logger-4
|
||||
(package
|
||||
(name "rust-simple-logger")
|
||||
|
|
Reference in a new issue