guix-commits
[Top][All Lists]
Advanced

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

27/31: gnu: r-ggplot2: Update to 3.3.2.


From: guix-commits
Subject: 27/31: gnu: r-ggplot2: Update to 3.3.2.
Date: Mon, 22 Jun 2020 06:16:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3c37c67224716f1712a0f32fd8770777b7035345
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:13:31 2020 +0200

    gnu: r-ggplot2: Update to 3.3.2.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.2.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9e613cd..c3a05a7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1097,13 +1097,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.3.1")
+    (version "3.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "04wvswadlry2n9gnfqlpdqsav1wllnlzb5c9w9ydynllv4vkwfm0"))))
+        (base32 "0wsib5qpzn4d0w1ss3x158xmrawkms8vvsfvr3mh40pvd8g2ibad"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)



reply via email to

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