[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/158: gnu: r-ggplot2: Update to 3.4.1.
From: |
guix-commits |
Subject: |
139/158: gnu: r-ggplot2: Update to 3.4.1. |
Date: |
Sun, 19 Mar 2023 13:24:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b6776e8f579fb41198151889253af1ffef694fa8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:45 2023 +0100
gnu: r-ggplot2: Update to 3.4.1.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.1.
[propagated-inputs]: Remove r-digest.
---
gnu/packages/statistics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fd5805ae2e..2926d7d3a2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1235,17 +1235,16 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2
(package
(name "r-ggplot2")
- (version "3.4.0")
+ (version "3.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
- (base32 "0gj7n2y8msnmhk3x4r481biknvn2dqhahwazfqwr8f3lz599wbx8"))))
+ (base32 "113d5khg0lswrbwasavl2l5jgpcd3h519mcb5iq2cq0dz4rw66q4"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
- r-digest
r-glue
r-gtable
r-isoband
- 115/158: gnu: r-spatstat-utils: Update to 3.0-2., (continued)
- 115/158: gnu: r-spatstat-utils: Update to 3.0-2., guix-commits, 2023/03/19
- 116/158: gnu: r-spatstat-sparse: Update to 3.0-1., guix-commits, 2023/03/19
- 118/158: gnu: r-spatstat-geom: Update to 3.1-0., guix-commits, 2023/03/19
- 120/158: gnu: r-spatstat-random: Update to 3.1-4., guix-commits, 2023/03/19
- 125/158: gnu: r-calculus: Update to 1.0.1., guix-commits, 2023/03/19
- 124/158: gnu: r-parsnip: Update to 1.0.4., guix-commits, 2023/03/19
- 132/158: gnu: r-filehash: Update to 2.4-5., guix-commits, 2023/03/19
- 128/158: gnu: r-rgeos: Update to 0.6-2., guix-commits, 2023/03/19
- 127/158: gnu: r-btm: Update to 0.3.7., guix-commits, 2023/03/19
- 148/158: gnu: r-openssl: Update to 2.0.6., guix-commits, 2023/03/19
- 139/158: gnu: r-ggplot2: Update to 3.4.1.,
guix-commits <=
- 141/158: gnu: r-testthat: Update to 3.1.7., guix-commits, 2023/03/19
- 140/158: gnu: r-gdtools: Update to 0.3.2., guix-commits, 2023/03/19
- 137/158: gnu: r-mgcv: Update to 1.8-42., guix-commits, 2023/03/19
- 144/158: gnu: r-dbplyr: Update to 2.3.1., guix-commits, 2023/03/19
- 152/158: gnu: r-rsqlite: Update to 2.3.0., guix-commits, 2023/03/19
- 99/158: gnu: r-terra: Update to 1.7-18., guix-commits, 2023/03/19