diff options
author | 2021-06-17 18:25:56 +0200 | |
---|---|---|
committer | 2021-06-17 18:25:56 +0200 | |
commit | 0b35c721b49025a7e215817e3c9949c8535d6f18 (patch) | |
tree | 5e17f0265c302f8d92d9028316228ac2ce927eb5 /dev-R | |
parent | dev-R/Matrix: add 1.3.4, drop 1.3.3 (diff) | |
download | guru-0b35c721b49025a7e215817e3c9949c8535d6f18.tar.gz guru-0b35c721b49025a7e215817e3c9949c8535d6f18.tar.bz2 guru-0b35c721b49025a7e215817e3c9949c8535d6f18.zip |
dev-R/ggplot2: add 3.3.4, drop 3.3.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R')
-rw-r--r-- | dev-R/ggplot2/Manifest | 2 | ||||
-rw-r--r-- | dev-R/ggplot2/ggplot2-3.3.4.ebuild (renamed from dev-R/ggplot2/ggplot2-3.3.3.ebuild) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest index 6c1189ddb..c2f8a1246 100644 --- a/dev-R/ggplot2/Manifest +++ b/dev-R/ggplot2/Manifest @@ -1 +1 @@ -DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B 9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0 SHA512 6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d +DIST ggplot2_3.3.4.tar.gz 3087976 BLAKE2B 825232799cba0233a5a4a8f4fa4b94d5f9d5c06725cbb35b65b1733d9141caad627b0cc0e97e074b3fef98be443e4d68dc5d7169b570d2c19d265414484ff554 SHA512 94ff13020cb5eeddd1f2343dd0790c68ccc1e99f8fb2714a935e11ab4348aff87149ed6848471f2cee4f5b2e787a5c912e13ea262a4866331a7bd14ad7435598 diff --git a/dev-R/ggplot2/ggplot2-3.3.3.ebuild b/dev-R/ggplot2/ggplot2-3.3.4.ebuild index 20eafddd7..78b2735b3 100644 --- a/dev-R/ggplot2/ggplot2-3.3.3.ebuild +++ b/dev-R/ggplot2/ggplot2-3.3.4.ebuild @@ -11,15 +11,15 @@ LICENSE='MIT' DEPEND=" >=dev-lang/R-3.2 - >=dev-R/scales-0.5.0 - >=dev-R/withr-2.0.0 - virtual/MASS - dev-R/isoband - dev-R/glue dev-R/digest + dev-R/glue >=dev-R/gtable-0.1.1 - virtual/mgcv + dev-R/isoband >=dev-R/rlang-0.3.0 + >=dev-R/scales-0.5.0 dev-R/tibble + >=dev-R/withr-2.0.0 + virtual/MASS + virtual/mgcv " RDEPEND="${DEPEND}" |