gnu: r-destiny: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.4.0. [propagated-inputs]: Remove r-nbconvertr.master
parent
bbae34aae7
commit
4217307fb3
|
@ -2553,14 +2553,14 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
|||
(define-public r-destiny
|
||||
(package
|
||||
(name "r-destiny")
|
||||
(version "3.2.0")
|
||||
(version "3.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "destiny" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ik5vwxz9cci3glwgb5ff03sfyr4sjcp8ckfymlgmlm6fz8cp21n"))))
|
||||
"1i7f5q02zvpfaxhd76fbw0h1wfgjphyn5hrmrjpvlnv4ardzsir2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
@ -2571,7 +2571,6 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
|||
("r-irlba" ,r-irlba)
|
||||
("r-knn-covertree" ,r-knn-covertree)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-nbconvertr" ,r-nbconvertr)
|
||||
("r-pcamethods" ,r-pcamethods)
|
||||
("r-proxy" ,r-proxy)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
|
|
Reference in New Issue