guix-commits
[Top][All Lists]
Advanced

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

101/211: gnu: r-ggforce: Update to 0.3.4.


From: guix-commits
Subject: 101/211: gnu: r-ggforce: Update to 0.3.4.
Date: Tue, 20 Sep 2022 06:24:25 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 72d5ef308e6574627adf207cfc747b48df5bc659
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:09 2022 +0200

    gnu: r-ggforce: Update to 0.3.4.
    
    * gnu/packages/cran.scm (r-ggforce): Update to 0.3.4.
    [propagated-inputs]: Add r-lifecycle.
---
 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 c11485c0bf..3718946635 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19544,18 +19544,19 @@ sets of URLs.")
 (define-public r-ggforce
   (package
     (name "r-ggforce")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggforce" version))
        (sha256
         (base32
-         "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
+         "0lshvdb5kx0k5w36pc7fy653cs98w17spbw8f0jw36xb80sipiv2"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggplot2
            r-gtable
+           r-lifecycle
            r-mass
            r-polyclip
            r-rcpp



reply via email to

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