guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

108/218: gnu: r-ggforce: Update to 0.4.1.


From: guix-commits
Subject: 108/218: gnu: r-ggforce: Update to 0.4.1.
Date: Fri, 4 Nov 2022 05:14:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 821f32087f09f54dda35e146be48ab4dc5b395a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:58:38 2022 +0100

    gnu: r-ggforce: Update to 0.4.1.
    
    * gnu/packages/cran.scm (r-ggforce): Update to 0.4.1.
    [propagated-inputs]: Add r-cli, r-systemfonts, and r-vctrs.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fcb0877ce6..20c2ef8ca3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19690,17 +19690,18 @@ sets of URLs.")
 (define-public r-ggforce
   (package
     (name "r-ggforce")
-    (version "0.3.4")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggforce" version))
        (sha256
         (base32
-         "0lshvdb5kx0k5w36pc7fy653cs98w17spbw8f0jw36xb80sipiv2"))))
+         "0wqq8l7lq96k4w0vq12jcg7clvgia8s35jjbqq1s0py4cgxijhml"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ggplot2
+     (list r-cli
+           r-ggplot2
            r-gtable
            r-lifecycle
            r-mass
@@ -19709,8 +19710,10 @@ sets of URLs.")
            r-rcppeigen
            r-rlang
            r-scales
+           r-systemfonts
            r-tidyselect
            r-tweenr
+           r-vctrs
            r-withr))
     (home-page "https://ggforce.data-imaginist.com";)
     (synopsis "Accelerating ggplot2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]