mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-proptest-0.3.
* gnu/packages/crates-io.scm (rust-proptest-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a24a02f61a
commit
a3911b4e6c
1 changed files with 24 additions and 0 deletions
|
@ -19353,6 +19353,30 @@ (define-public rust-proptest-0.7
|
|||
#:cargo-development-inputs
|
||||
(("rust-regex" ,rust-regex-0.2))))))
|
||||
|
||||
(define-public rust-proptest-0.3
|
||||
(package
|
||||
(inherit rust-proptest-0.7)
|
||||
(name "rust-proptest")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "proptest" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15633iq8x3x0im5vyij2gr8ncpflv4fa9w63rh94k20xhzv4m308"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bit-set" ,rust-bit-set-0.4)
|
||||
("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-rand" ,rust-rand-0.3)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-regex" ,rust-regex-0.2))))))
|
||||
|
||||
(define-public rust-psm-0.1
|
||||
(package
|
||||
(name "rust-psm")
|
||||
|
|
Loading…
Reference in a new issue