guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: r-ggforce: Update to 0.3.2.


From: guix-commits
Subject: 06/11: gnu: r-ggforce: Update to 0.3.2.
Date: Wed, 24 Jun 2020 11:24:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 30d4e2cb02a58716db435841df014da33ddba162
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:25 2020 +0200

    gnu: r-ggforce: Update to 0.3.2.
    
    * gnu/packages/cran.scm (r-ggforce): Update to 0.3.2.
---
 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 4ada53d..c93aa0c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14764,14 +14764,14 @@ sets of URLs.")
 (define-public r-ggforce
   (package
     (name "r-ggforce")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggforce" version))
        (sha256
         (base32
-         "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
+         "1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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