guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit bac4ab4c891ded3f3c119996d199a38cd8220e8a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:01 2025 +0100

    gnu: r-ggthemes: Update to 5.2.0.
    
    * gnu/packages/cran.scm (r-ggthemes): Update to 5.2.0.
    [native-inputs]: Add r-glue, r-rlang, r-spelling, r-vdiffr, and r-withr.
    
    Change-Id: If468dd9df99a13aba9b9efa8e4eba5c7de2e4df7
---
 gnu/packages/cran.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4238ad2550..012dc60d33 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4936,13 +4936,13 @@ customization from ggplot2 and other ggplot2 extension 
packages.")
 (define-public r-ggthemes
   (package
     (name "r-ggthemes")
-    (version "5.1.0")
+    (version "5.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggthemes" version))
               (sha256
                (base32
-                "03mxigi34nd05wjigm8lpcbyhp4c8jxz7zm04qs27clbzsn1jj07"))))
+                "1xicj5jvzw1050f7jcdcqbnafar1mwz6w8ld6xdp2bq8gabd9wx0"))))
     (properties
      '((updater-extra-native-inputs . ("r-dplyr"))))
     (build-system r-build-system)
@@ -4953,7 +4953,13 @@ customization from ggplot2 and other ggplot2 extension 
packages.")
            r-scales
            r-stringr
            r-tibble))
-    (native-inputs (list r-dplyr r-testthat))
+    (native-inputs (list r-dplyr
+                         r-glue
+                         r-rlang
+                         r-spelling
+                         r-testthat
+                         r-vdiffr
+                         r-withr))
     (home-page "https://cran.rstudio.com/web/packages/ggthemes";)
     (synopsis "Extra themes, scales and geoms for @code{ggplot2}")
     (description "This package provides extra themes and scales for

Reply via email to