[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/356: gnu: r-enrichplot: Update to 1.14.1.
From: |
guix-commits |
Subject: |
169/356: gnu: r-enrichplot: Update to 1.14.1. |
Date: |
Sun, 7 Nov 2021 18:11:36 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 498f45bcad1e9363e024ff5de79a94543a238290
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:22 2021 +0000
gnu: r-enrichplot: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.14.1.
[propagated-inputs]: Remove r-cowplot; add r-aplot and r-yulab-utils.
---
gnu/packages/bioconductor.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 503eb5e..4a7052f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7454,17 +7454,17 @@ data.")
(define-public r-enrichplot
(package
(name "r-enrichplot")
- (version "1.12.3")
+ (version "1.14.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
- "0a4v7ymy9jn66iw093jngzszkvr2mfzzlxp0h6nnvlbnbvqqzgm3"))))
+ "0nsx96mkcg0hhg3x8jndzq3xvq9bq7m4yf1b3ry73b17ladx81ch"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-cowplot" ,r-cowplot)
+ `(("r-aplot" ,r-aplot)
("r-dose" ,r-dose)
("r-ggplot2" ,r-ggplot2)
("r-ggraph" ,r-ggraph)
@@ -7477,7 +7477,8 @@ data.")
("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape2" ,r-reshape2)
("r-scatterpie" ,r-scatterpie)
- ("r-shadowtext" ,r-shadowtext)))
+ ("r-shadowtext" ,r-shadowtext)
+ ("r-yulab-utils" ,r-yulab-utils)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/enrichplot")
- 157/356: gnu: r-lumi: Update to 2.46.0., (continued)
- 157/356: gnu: r-lumi: Update to 2.46.0., guix-commits, 2021/11/07
- 147/356: gnu: r-monocle: Update to 2.22.0., guix-commits, 2021/11/07
- 154/356: gnu: r-bumphunter: Update to 1.36.0., guix-commits, 2021/11/07
- 160/356: gnu: r-tradeseq: Update to 1.8.0., guix-commits, 2021/11/07
- 162/356: gnu: r-heatplus: Update to 3.2.0., guix-commits, 2021/11/07
- 150/356: gnu: r-scone: Update to 1.18.0., guix-commits, 2021/11/07
- 159/356: gnu: r-ioniser: Update to 2.18.0., guix-commits, 2021/11/07
- 168/356: gnu: r-dose: Update to 3.20.0., guix-commits, 2021/11/07
- 164/356: gnu: r-anota: Update to 1.42.0., guix-commits, 2021/11/07
- 163/356: gnu: r-gosemsim: Update to 2.20.0., guix-commits, 2021/11/07
- 169/356: gnu: r-enrichplot: Update to 1.14.1.,
guix-commits <=
- 174/356: gnu: r-a4core: Update to 1.42.0., guix-commits, 2021/11/07
- 178/356: gnu: r-a4base: Update to 1.42.0., guix-commits, 2021/11/07
- 177/356: gnu: r-a4reporting: Update to 1.42.0., guix-commits, 2021/11/07
- 180/356: gnu: r-abseqr: Update to 1.12.0., guix-commits, 2021/11/07
- 181/356: gnu: r-bacon: Update to 1.22.0., guix-commits, 2021/11/07
- 182/356: gnu: r-rgadem: Update to 2.42.0., guix-commits, 2021/11/07
- 184/356: gnu: r-motifbreakr: Update to 2.8.0., guix-commits, 2021/11/07
- 186/356: gnu: r-genomicscores: Update to 2.6.0., guix-commits, 2021/11/07
- 188/356: gnu: r-gofuncr: Update to 1.14.0., guix-commits, 2021/11/07
- 194/356: gnu: r-yamss: Update to 1.20.0., guix-commits, 2021/11/07