gnu: r-monocle: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.28.0.
This commit is contained in:
parent
6a313f06bf
commit
196e329b69
1 changed files with 2 additions and 2 deletions
|
@ -11671,14 +11671,14 @@ single cell assay data.")
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.26.0")
|
(version "2.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "monocle" version))
|
(uri (bioconductor-uri "monocle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d3xgh9xgqa28bgyd06zkjmg75lq7hdah3d140l1bqq2ii1bv62g"))))
|
"05pix638s4hkig2i048m5jjhvw6cqr2b5qvfkk14i64p9kpifmqj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Reference in a new issue