gnu: Add rust-pcg-mwc-0.2.

* gnu/packages/crates-io.scm (rust-pcg-mwc-0.2): New variable.

Change-Id: I7cf3a3f1d90a9a57c48e84ae478bd411322797c1
This commit is contained in:
Efraim Flashner 2024-09-22 15:39:06 +03:00
parent 4fbd08c5fd
commit 12941b4626
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -52685,6 +52685,27 @@ path.")
library.")
(license license:expat)))
(define-public rust-pcg-mwc-0.2
(package
(name "rust-pcg-mwc")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "pcg-mwc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0z6cpz8x387iqcx8kjnqfihgggi0yngqx73zwjz132y56f38a5i2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.6)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/tkaitchuck/Mwc256XXA64")
(synopsis "Non-cryptographic psudo random number generator")
(description
"This package provides a fast non-cryptographic psudo random number generator.")
(license (list license:expat license:asl2.0))))
(define-public rust-pciid-parser-0.6
(package
(name "rust-pciid-parser")