mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: r-monocle: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.12.0.
This commit is contained in:
parent
a0ff725d6a
commit
78b6326785
1 changed files with 2 additions and 2 deletions
|
@ -2152,14 +2152,14 @@ (define-public r-mast
|
|||
(define-public r-monocle
|
||||
(package
|
||||
(name "r-monocle")
|
||||
(version "2.10.1")
|
||||
(version "2.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "monocle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0shwkgqs93j2l5h36yyvb1lf724107cfjrmzp5fxfj1lqc0y61lf"))))
|
||||
"1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
|
Loading…
Reference in a new issue