guix-commits
[Top][All Lists]
Advanced

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

175/214: gnu: r-ggplot2: Update to 3.3.6.


From: guix-commits
Subject: 175/214: gnu: r-ggplot2: Update to 3.3.6.
Date: Sat, 28 May 2022 04:37:53 -0400 (EDT)

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

commit 4b5fb4d896a1d7ff9592f10983013a368d8fc2d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:55 2022 +0200

    gnu: r-ggplot2: Update to 3.3.6.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.6.
---
 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 274a32fd67..6c480e6b61 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1228,13 +1228,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.3.5")
+    (version "3.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "1si46bf9p09qzs208hqffwcb40305p361whmwhc1pwrsmx7jjxdh"))))
+        (base32 "1aa377jdfajj8ld2fh159y8havlibsr4pjisf6mkzk8g5awlxjxz"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-digest



reply via email to

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