mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-monocle: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.30.0. Change-Id: Ib0a52eae3545712f3b96e42addf2d9c647eb29f9
This commit is contained in:
parent
0c92b1d860
commit
1b63a91e57
1 changed files with 2 additions and 2 deletions
|
@ -13506,14 +13506,14 @@ (define-public r-mast
|
|||
(define-public r-monocle
|
||||
(package
|
||||
(name "r-monocle")
|
||||
(version "2.28.0")
|
||||
(version "2.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "monocle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05pix638s4hkig2i048m5jjhvw6cqr2b5qvfkk14i64p9kpifmqj"))))
|
||||
"0i1qnmiaf3gf8955nlqzd81xzg4siliq154k699jmsz0fyyykia1"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue