[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/77: gnu: r-ggplot2: Update to 3.4.4.
From: |
guix-commits |
Subject: |
02/77: gnu: r-ggplot2: Update to 3.4.4. |
Date: |
Wed, 25 Oct 2023 10:59:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bf3ec59b29cc049f61ff0ee3c8a784fc90b1a32a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 13:51:04 2023 +0200
gnu: r-ggplot2: Update to 3.4.4.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.4.
Change-Id: Ia21a38da8fdbcefaa6521a6843c4431b0d1ff47d
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d0ff093006..c92087a3f4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1252,13 +1252,13 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2
(package
(name "r-ggplot2")
- (version "3.4.3")
+ (version "3.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
- (base32 "0hx5j47y2fxrcg4fxavyn5jjycpwkmsiqsjh6kj7nwp7dg79mqjw"))))
+ (base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
@@ -1268,10 +1268,10 @@ using just two functions: melt and dcast (or acast).")
r-lifecycle
r-mass
r-mgcv
- r-tibble
r-rlang
r-scales
r-svglite ; Needed for 'ggsave'
+ r-tibble
r-vctrs
r-withr))
(native-inputs
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4.,
guix-commits <=
- 01/77: gnu: r-gdata: Update to 3.0.0., guix-commits, 2023/10/25
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx., guix-commits, 2023/10/25
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3., guix-commits, 2023/10/25
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25