gnu: r-monocle: Update to 2.22.0.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.22.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:18 +00:00
parent aa5a9e5d63
commit 2b78b19ed8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6460,14 +6460,14 @@ (define-public r-mast
(define-public r-monocle
(package
(name "r-monocle")
(version "2.20.0")
(version "2.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "monocle" version))
(sha256
(base32
"05j1vc51f39xalggdq27y7218gkr3zq7fh7jhzsb4jj7fpn837ry"))))
"0wb2c1jf502lrfx3d0amb09fvhalrwxvpsp99jsab162v4hddg85"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)