diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:57:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:48 +0200 |
commit | 6fc161fc3e243f05a9ed1e3f2f10571c030890b0 (patch) | |
tree | c97f5563e420012173b5de3cb2ba350322db4e28 /gnu | |
parent | d8771f5fd6e3f3034df34bb45024aafdf6811968 (diff) |
gnu: r-biocneighbors: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.2.0.
[propagated-inputs]: Add r-biocgenerics and r-rcpphnsw.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index b9d9050c15..52f05cf030 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1716,20 +1716,22 @@ samples.") (define-public r-biocneighbors (package (name "r-biocneighbors") - (version "1.0.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocNeighbors" version)) (sha256 (base32 - "1fsb96acidlxwf0h65xv7fnwdi58ckmq00gmwykrlawh88wgn1ll")))) + "08ak72y6mafzkhzfkx6b7waljpa0f1nxcrvyspd88sgzxgxjnkmg")))) (properties `((upstream-name . "BiocNeighbors"))) (build-system r-build-system) (propagated-inputs - `(("r-biocparallel" ,r-biocparallel) + `(("r-biocgenerics" ,r-biocgenerics) + ("r-biocparallel" ,r-biocparallel) ("r-rcpp" ,r-rcpp) ("r-rcppannoy" ,r-rcppannoy) + ("r-rcpphnsw" ,r-rcpphnsw) ("r-s4vectors" ,r-s4vectors))) (home-page "https://bioconductor.org/packages/BiocNeighbors") (synopsis "Nearest Neighbor Detection for Bioconductor packages") |