gnu: r-bluster: Update to 1.2.1.
* gnu/packages/bioconductor.scm (r-bluster): Update to 1.2.1. [propagated-inputs]: Add r-cluster.master
parent
8eb0c715e3
commit
4075ac7287
|
@ -1511,18 +1511,19 @@ array-like objects like @code{DataFrame} objects (typically with Rle columns),
|
||||||
(define-public r-bluster
|
(define-public r-bluster
|
||||||
(package
|
(package
|
||||||
(name "r-bluster")
|
(name "r-bluster")
|
||||||
(version "1.0.0")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bluster" version))
|
(uri (bioconductor-uri "bluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0izrf82m5znyrgai5y5jss4k2brabh4ajxdvnlwwc92l5bw7jp61"))))
|
"128zd5vwlhmrkq0bpp1dxnkrcqfz1mjmdjlla4wqbjv7v6yyn6lg"))))
|
||||||
(properties `((upstream-name . "bluster")))
|
(properties `((upstream-name . "bluster")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocneighbors" ,r-biocneighbors)
|
`(("r-biocneighbors" ,r-biocneighbors)
|
||||||
("r-biocparallel" ,r-biocparallel)
|
("r-biocparallel" ,r-biocparallel)
|
||||||
|
("r-cluster" ,r-cluster)
|
||||||
("r-igraph" ,r-igraph)
|
("r-igraph" ,r-igraph)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
|
|
Reference in New Issue