me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-proptest-0.7.

* gnu/packages/crates-io.scm (rust-proptest-0.7): Remove variable.
(rust-proptest-0.3): Inherit from rust-proptest-0.9.
Efraim Flashner 2023-05-17 18:53:22 +03:00
parent 50476de7ab
commit 099c99d681
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 29 deletions

View File

@ -46823,37 +46823,9 @@ including most strategies and the testing framework itself.")
#:cargo-development-inputs
(("rust-regex" ,rust-regex-1))))))
(define-public rust-proptest-0.7
(package
(inherit rust-proptest-0.9)
(name "rust-proptest")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "proptest" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"13giz85f7jkjc8miplzj4zh3fr704c1y1cg0dh218iw2dfkpbwi7"))))
(arguments
`(#:cargo-inputs
(("rust-bit-set" ,rust-bit-set-0.5)
("rust-bitflags" ,rust-bitflags-1)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-quick-error" ,rust-quick-error-1)
("rust-rand" ,rust-rand-0.4)
("rust-regex-syntax" ,rust-regex-syntax-0.4)
("rust-rusty-fork" ,rust-rusty-fork-0.2)
("rust-tempfile" ,rust-tempfile-3))
#:cargo-development-inputs
(("rust-regex" ,rust-regex-0.2))))))
(define-public rust-proptest-0.3
(package
(inherit rust-proptest-0.7)
(inherit rust-proptest-0.9)
(name "rust-proptest")
(version "0.3.4")
(source