[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/353: gnu: r-enrichplot: Update to 1.14.1.
From: |
guix-commits |
Subject: |
166/353: gnu: r-enrichplot: Update to 1.14.1. |
Date: |
Thu, 4 Nov 2021 18:14:30 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit db67dcd4173fd88356ccb37ae9e02f2d681691d9
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")
- 12/353: gnu: r-bluster: Update to 1.4.0., (continued)
- 12/353: gnu: r-bluster: Update to 1.4.0., guix-commits, 2021/11/04
- 47/353: gnu: r-genefilter: Update to 1.76.0., guix-commits, 2021/11/04
- 114/353: gnu: r-riboprofiling: Update to 1.24.0., guix-commits, 2021/11/04
- 122/353: gnu: r-plgem: Update to 1.66.0., guix-commits, 2021/11/04
- 124/353: gnu: r-dnabarcodes: Update to 1.24.0., guix-commits, 2021/11/04
- 139/353: gnu: r-ihw: Update to 1.22.0., guix-commits, 2021/11/04
- 148/353: gnu: r-geoquery: Update to 2.62.0., guix-commits, 2021/11/04
- 150/353: gnu: r-siggenes: Update to 1.68.0., guix-commits, 2021/11/04
- 158/353: gnu: r-varianttools: Update to 1.36.0., guix-commits, 2021/11/04
- 164/353: gnu: r-fgsea: Update to 1.20.0., guix-commits, 2021/11/04
- 166/353: gnu: r-enrichplot: Update to 1.14.1.,
guix-commits <=
- 169/353: gnu: r-mlinterfaces: Update to 1.74.0., guix-commits, 2021/11/04
- 171/353: gnu: r-a4core: Update to 1.42.0., guix-commits, 2021/11/04
- 131/353: gnu: r-biocsingular: Update to 1.10.0., guix-commits, 2021/11/04
- 149/353: gnu: r-illuminaio: Update to 0.36.0., guix-commits, 2021/11/04
- 176/353: gnu: r-a4: Update to 1.42.0., guix-commits, 2021/11/04
- 204/353: gnu: r-webbioc: Update to 1.66.0., guix-commits, 2021/11/04
- 212/353: gnu: r-rbowtie: Update to 1.34.0., guix-commits, 2021/11/04
- 218/353: gnu: r-multidataset: Update to 1.22.0., guix-commits, 2021/11/04
- 221/353: gnu: r-annotatr: Update to 1.20.0., guix-commits, 2021/11/04
- 18/353: gnu: r-affycontam: Update to 1.52.0., guix-commits, 2021/11/04