[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/215: gnu: r-biocneighbors: Update to 1.2.0.
From: |
guix-commits |
Subject: |
137/215: gnu: r-biocneighbors: Update to 1.2.0. |
Date: |
Sun, 5 May 2019 18:15:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6fc161fc3e243f05a9ed1e3f2f10571c030890b0
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:57:21 2019 +0200
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.
---
gnu/packages/bioconductor.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b9d9050..52f05cf 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")
- 96/215: gnu: r-ensembldb: Update to 2.8.0., (continued)
- 96/215: gnu: r-ensembldb: Update to 2.8.0., guix-commits, 2019/05/05
- 92/215: gnu: r-gqtlbase: Update to 1.16.0., guix-commits, 2019/05/05
- 114/215: gnu: r-qvalue: Update to 2.16.0., guix-commits, 2019/05/05
- 109/215: gnu: r-biocgenerics: Update to 0.30.0., guix-commits, 2019/05/05
- 119/215: gnu: r-marray: Update to 1.62.0., guix-commits, 2019/05/05
- 133/215: gnu: r-plgem: Update to 1.56.0., guix-commits, 2019/05/05
- 125/215: gnu: r-riboprofiling: Update to 1.14.0., guix-commits, 2019/05/05
- 135/215: gnu: r-dnabarcodes: Update to 1.14.0., guix-commits, 2019/05/05
- 143/215: gnu: r-deds: Update to 1.58.0., guix-commits, 2019/05/05
- 136/215: gnu: r-ruvseq: Update to 1.18.0., guix-commits, 2019/05/05
- 137/215: gnu: r-biocneighbors: Update to 1.2.0.,
guix-commits <=
- 157/215: gnu: r-minfi: Update to 1.30.0., guix-commits, 2019/05/05
- 145/215: gnu: r-lpsymphony: Update to 1.12.0., guix-commits, 2019/05/05
- 147/215: gnu: r-icobra: Update to 1.12.0., guix-commits, 2019/05/05
- 139/215: gnu: r-savr: Update to 1.22.0., guix-commits, 2019/05/05
- 142/215: gnu: r-dnacopy: Update to 1.58.0., guix-commits, 2019/05/05
- 166/215: gnu: r-anota: Update to 1.32.0., guix-commits, 2019/05/05
- 107/215: gnu: r-rsamtools: Update to 2.0.0., guix-commits, 2019/05/05
- 152/215: gnu: r-scone: Update to 1.8.0., guix-commits, 2019/05/05
- 162/215: gnu: r-triform: Update to 1.26.0., guix-commits, 2019/05/05
- 149/215: gnu: r-monocle: Update to 2.12.0., guix-commits, 2019/05/05