me
/
guix
Archived
1
0
Fork 0

gnu: r-monocle: Update to 2.18.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.18.0.
master
zimoun 2020-10-30 15:49:42 +01:00 committed by Ricardo Wurmus
parent 532b106856
commit 38bc0bf808
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2981,14 +2981,14 @@ single cell assay data.")
(define-public r-monocle (define-public r-monocle
(package (package
(name "r-monocle") (name "r-monocle")
(version "2.16.0") (version "2.18.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
"1vziidavlyhixmx6j7lf29qx8xcjwrc9q3x2f63gcff41q3jf9xd")))) "1k3hwi9aspjy75arigg7i1w7ygf112y12cndibf2bhpz2phzwslx"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)