gnu: r-monocle: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.12.0.
master
Ricardo Wurmus 2019-05-05 23:59:58 +02:00
parent a0ff725d6a
commit 78b6326785
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2152,14 +2152,14 @@ single cell assay data.")
(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)