gnu: r-monocle: Update to 2.12.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.12.0.
This commit is contained in:
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

View file

@ -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)