mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-ggpicrust2: Update to 1.7.1.
* gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.7.1. [propagated-inputs]: Remove r-phyloseq; add r-ggh4x.
This commit is contained in:
parent
d669b30658
commit
bb570c1534
1 changed files with 3 additions and 3 deletions
|
@ -10358,13 +10358,13 @@ (define-public r-ggm
|
||||||
(define-public r-ggpicrust2
|
(define-public r-ggpicrust2
|
||||||
(package
|
(package
|
||||||
(name "r-ggpicrust2")
|
(name "r-ggpicrust2")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggpicrust2" version))
|
(uri (cran-uri "ggpicrust2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rw2nrmnniff5hb56r21rk0mphba74fppxsa5ps2xamg1a63qfyw"))))
|
"0a4ykfybwx1qhgn7ic29dzigiazj248iihdr1597jxj505q21gay"))))
|
||||||
(properties `((upstream-name . "ggpicrust2")))
|
(properties `((upstream-name . "ggpicrust2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-aldex2
|
(propagated-inputs (list r-aldex2
|
||||||
|
@ -10374,6 +10374,7 @@ (define-public r-ggpicrust2
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-edger
|
r-edger
|
||||||
r-ggally
|
r-ggally
|
||||||
|
r-ggh4x
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggprism
|
r-ggprism
|
||||||
r-lefser
|
r-lefser
|
||||||
|
@ -10382,7 +10383,6 @@ (define-public r-ggpicrust2
|
||||||
r-metagenomeseq
|
r-metagenomeseq
|
||||||
r-microbiomestat
|
r-microbiomestat
|
||||||
r-patchwork
|
r-patchwork
|
||||||
r-phyloseq
|
|
||||||
r-readr
|
r-readr
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-tibble
|
r-tibble
|
||||||
|
|
Loading…
Reference in a new issue