rekado pushed a commit to branch master in repository guix. commit 1835d55872364362d28da2f4e3004f31aedc8b6d Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Sun May 18 10:15:14 2025 +0200
gnu: r-ggpointdensity: Update to 0.2.0. * gnu/packages/cran.scm (r-ggpointdensity): Update to 0.2.0. [native-inputs]: Add r-testthat. Change-Id: I64c3a61c27b63f5fcaf6002d3b8b4d87c1022a2e --- 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 26e1d1e409..02d83afa02 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -37511,19 +37511,20 @@ matched.") (define-public r-ggpointdensity (package (name "r-ggpointdensity") - (version "0.1.0") + (version "0.2.0") (source (origin (method url-fetch) (uri (cran-uri "ggpointdensity" version)) (sha256 (base32 - "0c9a14j3b0hvamqylhzldw2hjdxmfbllwahjkf3gg2rw337ld9iy")))) + "07pjk20arsw50y3dnjbvpdffpwdqvgr7sahvng6bikxpz3jcq7k1")))) (properties `((upstream-name . "ggpointdensity"))) (build-system r-build-system) (propagated-inputs (list r-ggplot2)) + (native-inputs (list r-testthat)) (home-page "https://github.com/LKremer/ggpointdensity") (synopsis "Cross between a 2D density plot and a scatter plot") (description