mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-monocle: Update to 2.30.1.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.30.1. [propagated-inputs]: Remove r-qlcmatrix. Change-Id: Id3876045fe925a82892cd2dbe7f56a0b475f2226
This commit is contained in:
parent
6b1c49d07b
commit
1f2308ab30
1 changed files with 2 additions and 3 deletions
|
@ -14494,14 +14494,14 @@ (define-public r-mast
|
|||
(define-public r-monocle
|
||||
(package
|
||||
(name "r-monocle")
|
||||
(version "2.30.0")
|
||||
(version "2.30.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "monocle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i1qnmiaf3gf8955nlqzd81xzg4siliq154k699jmsz0fyyykia1"))))
|
||||
"0hb2s58xx5cmrn3wlppay7275mln8r5y5dsnvpcps3s6xcab00rm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
@ -14524,7 +14524,6 @@ (define-public r-monocle
|
|||
r-pheatmap
|
||||
r-plyr
|
||||
r-proxy
|
||||
r-qlcmatrix
|
||||
r-rann
|
||||
r-rcpp
|
||||
r-reshape2
|
||||
|
|
Loading…
Reference in a new issue