gnu: Remove rust-rand-xoshiro-0.3.
* gnu/packages/crates-io.scm (rust-rand-xoshiro-0.3): Delete variable.
parent
5d7abeaa66
commit
8e53b618e9
|
@ -46879,28 +46879,6 @@ random number generators.")
|
|||
random number generators.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rand-xoshiro-0.3
|
||||
(package
|
||||
(inherit rust-rand-xoshiro-0.4)
|
||||
(name "rust-rand-xoshiro")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rand_xoshiro" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07w3qgrac8r356lz5vqff42rly6yd9vs3g5lx5pbn13rcmb05rqb"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-rand-core" ,rust-rand-core-0.5)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1))))))
|
||||
|
||||
(define-public rust-rand-xoshiro-0.1
|
||||
(package
|
||||
(inherit rust-rand-xoshiro-0.4)
|
||||
|
|
Reference in New Issue