guix-commits
[Top][All Lists]
Advanced

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

16/35: gnu: r-ggplot2: Update to 2.2.0.


From: Ricardo Wurmus
Subject: 16/35: gnu: r-ggplot2: Update to 2.2.0.
Date: Thu, 29 Dec 2016 20:49:25 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit ab01f1cdb11520f0d56249719bcf627cad802bc2
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 20:51:26 2016 +0100

    gnu: r-ggplot2: Update to 2.2.0.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.0.
    [propagated-inputs]: Remove r-proto and r-svglite; add r-lazyeval and
    r-tibble.
---
 gnu/packages/statistics.scm |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 922d0b1..18124da 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -712,22 +712,22 @@ legends.")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "0s9rvp0f736ji6p9xpxq54agxf95pjkql4sj7ag0hv2xhnp27hzj"))))
+        (base32 "1nicx903gl9hg8g1yl5v3n8p2pds756yln6bbclkkd3kal4dkmv4"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)
        ("r-gtable" ,r-gtable)
        ("r-plyr" ,r-plyr)
-       ("r-proto" ,r-proto)
+       ("r-lazyeval" ,r-lazyeval)
+       ("r-tibble" ,r-tibble)
        ("r-reshape2" ,r-reshape2)
-       ("r-scales" ,r-scales)
-       ("r-svglite" ,r-svglite)))
+       ("r-scales" ,r-scales)))
     (home-page "http://ggplot2.org";)
     (synopsis "An implementation of the grammar of graphics")
     (description



reply via email to

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