Archived
1
0
Fork 0

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:
VÖRÖSKŐI András 2024-02-24 21:39:21 +01:00 committed by Efraim Flashner
parent 63bfa8f662
commit 1ebfcacd04
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")