gnu: rust-arc-swap-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-arc-swap-0.4): Update to 0.4.8. [arguments]: Skip 1 test. [cargo-development-inputs]: Remove rust-model-0.1. Replace rust-crossbeam-utils-0.6 with 0.7, rust-itertools-0.8 with 0.9, rust-proptest-0.8 with 0.9, rust-version-sync-0.8 with 0.9.
parent
39cfaa579e
commit
0fc23864e8
|
@ -3327,7 +3327,7 @@ coverage-guided, mutation-based fuzzers.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-arc-swap-1)
|
(inherit rust-arc-swap-1)
|
||||||
(name "rust-arc-swap")
|
(name "rust-arc-swap")
|
||||||
(version "0.4.4")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3336,16 +3336,17 @@ coverage-guided, mutation-based fuzzers.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zwswfi9n7n3hiq51w1xv34572k2diazx680rrxlc9w07c9akf6p"))))
|
"1a3vg89xc7r2166mc25ciw3rbqfxjylfbjwlq4wrfy433wc5mgns"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(;; These tests require network access.
|
||||||
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
|
#:cargo-test-flags '("--release" "--" "--skip=test_html_root_url")
|
||||||
("rust-itertools" ,rust-itertools-0.8)
|
#:cargo-development-inputs
|
||||||
("rust-model" ,rust-model-0.1)
|
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
|
||||||
|
("rust-itertools" ,rust-itertools-0.9)
|
||||||
("rust-num-cpus" ,rust-num-cpus-1)
|
("rust-num-cpus" ,rust-num-cpus-1)
|
||||||
("rust-once-cell" ,rust-once-cell-1)
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
("rust-proptest" ,rust-proptest-0.8)
|
("rust-proptest" ,rust-proptest-0.9)
|
||||||
("rust-version-sync" ,rust-version-sync-0.8))))))
|
("rust-version-sync" ,rust-version-sync-0.9))))))
|
||||||
|
|
||||||
(define-public rust-arg-enum-proc-macro-0.3
|
(define-public rust-arg-enum-proc-macro-0.3
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue