mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-monocle: Update to 2.22.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.22.0.
This commit is contained in:
parent
aa5a9e5d63
commit
2b78b19ed8
1 changed files with 2 additions and 2 deletions
|
@ -6460,14 +6460,14 @@ (define-public r-mast
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.20.0")
|
(version "2.22.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
|
||||||
"05j1vc51f39xalggdq27y7218gkr3zq7fh7jhzsb4jj7fpn837ry"))))
|
"0wb2c1jf502lrfx3d0amb09fvhalrwxvpsp99jsab162v4hddg85"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in a new issue