guix-commits
[Top][All Lists]
Advanced

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

55/99: gnu: r-ggforce: Update to 0.3.3.


From: guix-commits
Subject: 55/99: gnu: r-ggforce: Update to 0.3.3.
Date: Tue, 9 Mar 2021 16:07:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit df20df3512e324d737f784513257024a2eba1a31
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:40:26 2021 +0100

    gnu: r-ggforce: Update to 0.3.3.
    
    * gnu/packages/cran.scm (r-ggforce): Update to 0.3.3.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 39708db..44aa815 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16359,14 +16359,14 @@ sets of URLs.")
 (define-public r-ggforce
   (package
     (name "r-ggforce")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggforce" version))
        (sha256
         (base32
-         "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
+         "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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