mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-biocneighbors: Update to 1.4.1.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.4.1. [propagated-inputs]: Remove r-biocgenerics; add r-matrix.
This commit is contained in:
parent
efd0934733
commit
12e2aa96dc
1 changed files with 4 additions and 4 deletions
|
@ -2039,19 +2039,19 @@ (define-public r-ruvseq
|
|||
(define-public r-biocneighbors
|
||||
(package
|
||||
(name "r-biocneighbors")
|
||||
(version "1.2.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocNeighbors" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08ak72y6mafzkhzfkx6b7waljpa0f1nxcrvyspd88sgzxgxjnkmg"))))
|
||||
"05vi1cij37s8wgj92k3l6a3f3dwldj8jvijdp4695zczka6kypdf"))))
|
||||
(properties `((upstream-name . "BiocNeighbors")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocparallel" ,r-biocparallel)
|
||||
`(("r-biocparallel" ,r-biocparallel)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rcppannoy" ,r-rcppannoy)
|
||||
("r-rcpphnsw" ,r-rcpphnsw)
|
||||
|
|
Loading…
Reference in a new issue