Skip to content
Snippets Groups Projects
Unverified Commit 9f2bb42b authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: rust-proptest-0.9: Update to 0.9.6.

* gnu/packages/crates-io.scm (rust-proptest-0.9): Update to 0.9.
[arguments]: Don't skip build. In cargo-inputs replace rust-rand-0.4
with 0.6, rust-rand-chacha-0.2 with 0.1, rust-rand-xorshift-0.2 with 0.1.
parent fae72ebb
No related branches found
No related tags found
No related merge requests found
...@@ -17063,7 +17063,7 @@ (define-public rust-procedural-masquerade-0.1 ...@@ -17063,7 +17063,7 @@ (define-public rust-procedural-masquerade-0.1
(define-public rust-proptest-0.9 (define-public rust-proptest-0.9
(package (package
(name "rust-proptest") (name "rust-proptest")
(version "0.9.4") (version "0.9.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -17072,20 +17072,19 @@ (define-public rust-proptest-0.9 ...@@ -17072,20 +17072,19 @@ (define-public rust-proptest-0.9
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17sjg8isas4qk85807c4panih9k0lwa4k1mbajhciw5c5q17w56g")))) "0nsslp46lvf3ll5rd83rin652qlz1kqyp0rmsciy0pw4kf0pgi01"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-bit-set" ,rust-bit-set-0.5) (("rust-bit-set" ,rust-bit-set-0.5)
("rust-bitflags" ,rust-bitflags-1) ("rust-bitflags" ,rust-bitflags-1)
("rust-byteorder" ,rust-byteorder-1.3) ("rust-byteorder" ,rust-byteorder-1.3)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-traits" ,rust-num-traits-0.2) ("rust-num-traits" ,rust-num-traits-0.2)
("rust-quick-error" ,rust-quick-error-1.2) ("rust-quick-error" ,rust-quick-error-1.2)
("rust-rand" ,rust-rand-0.4) ("rust-rand" ,rust-rand-0.6)
("rust-rand-chacha" ,rust-rand-chacha-0.2) ("rust-rand-chacha" ,rust-rand-chacha-0.1)
("rust-rand-xorshift" ,rust-rand-xorshift-0.2) ("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
("rust-regex-syntax" ,rust-regex-syntax-0.6) ("rust-regex-syntax" ,rust-regex-syntax-0.6)
("rust-rusty-fork" ,rust-rusty-fork-0.2) ("rust-rusty-fork" ,rust-rusty-fork-0.2)
("rust-tempfile" ,rust-tempfile-3.0)) ("rust-tempfile" ,rust-tempfile-3.0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment