3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-monocle: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.14.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 14:41:17 +01:00
parent dc5237f85e
commit 9732e690a5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2474,14 +2474,14 @@ single cell assay data.")
(define-public r-monocle
(package
(name "r-monocle")
(version "2.12.0")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "monocle" version))
(sha256
(base32
"1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
"18b9y592q48mbcp5w095qs1kaklq64v6dcnlpqhv3rwxvywygsz2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)