diff options
author | BonfaceKilz | 2020-06-24 20:42:27 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-06-24 20:42:27 +0300 |
commit | a81fa9577474254cbf99105ac4ec9b10d7ccf0dd (patch) | |
tree | bde66757c913181817edf69c159a8be404150164 /gn/packages/genenetwork.scm | |
parent | b03c9a3ebe05b697e4fd30e5265853660343e142 (diff) | |
download | guix-bioinformatics-a81fa9577474254cbf99105ac4ec9b10d7ccf0dd.tar.gz |
gn: rust-qtlreaper: use rust-rayon-1
Upstream renamed rust-rayon-1.3 to rust-rayon-1
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 2ff2f50..318cb47 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -257,7 +257,7 @@ implemented, light on server resource usage, and fairly speedy.") `(#:cargo-inputs (("rust-rand" ,rust-rand-0.6) ("rust-structopt" ,rust-structopt-0.2) - ("rust-rayon" ,rust-rayon-1.3) + ("rust-rayon" ,rust-rayon-1) ("rust-serde" ,rust-serde-1.0) ("rust-serde-json" ,rust-serde-json-1.0) ("rust-ndarray" ,rust-ndarray-0.12)) |