gnu: r-monocle: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.20.0.
This commit is contained in:
parent
12ec22ca50
commit
716ac28a58
1 changed files with 2 additions and 2 deletions
|
|
@ -6242,14 +6242,14 @@ single cell assay data.")
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.18.0")
|
(version "2.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "monocle" version))
|
(uri (bioconductor-uri "monocle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k3hwi9aspjy75arigg7i1w7ygf112y12cndibf2bhpz2phzwslx"))))
|
"05j1vc51f39xalggdq27y7218gkr3zq7fh7jhzsb4jj7fpn837ry"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
|
||||||
Reference in a new issue