From 92a9ff1ccf91dfc33379fdd867d014813d3a5116 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 9 May 2025 11:59:56 +0200 Subject: [PATCH] gnu: r-ggplot2: Update to 3.5.2. * gnu/packages/cran.scm (r-ggplot2): Update to 3.5.2. Change-Id: I9a170668b706b0d464a1d707b228bc3d480f4632 --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 815f47d52d62cdf2cd8df3c2dc0850111b96402c..af0e513f910815c49ada78f2da3acc8ffa197b2f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4268,13 +4268,13 @@ samples) are easily visualized.") (define-public r-ggplot2 (package (name "r-ggplot2") - (version "3.5.1") + (version "3.5.2") (source (origin (method url-fetch) (uri (cran-uri "ggplot2" version)) (sha256 - (base32 "08a72kizg42mdm35170fnpn8l6r4n3j1yvbgiq1k8dlvz4jb8n3w")))) + (base32 "1gq63zz76pqv5pj07pji10z4yl7dcd2z3j13490nkrgk5x504c0a")))) (properties '((updater-extra-native-inputs . ("r-mapproj")))) (build-system r-build-system) @@ -4293,6 +4293,7 @@ samples) are easily visualized.") r-vctrs r-withr)) (native-inputs + ;; We don't need any of the other inputs that the importer adds. (list r-knitr r-mapproj r-testthat)) (home-page "https://ggplot2.tidyverse.org") (synopsis "Implementation of the grammar of graphics")