me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-rand-xoshiro-0.3.

* gnu/packages/crates-io.scm (rust-rand-xoshiro-0.3): Delete variable.
Efraim Flashner 2022-10-18 22:46:00 +03:00
parent 5d7abeaa66
commit 8e53b618e9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 22 deletions

View File

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