guix-commits
[Top][All Lists]
Advanced

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

16/43: gnu: r-ggplot2: Update to 2.1.0.


From: Ricardo Wurmus
Subject: 16/43: gnu: r-ggplot2: Update to 2.1.0.
Date: Tue, 26 Apr 2016 15:06:41 +0000

rekado pushed a commit to branch master
in repository guix.

commit b268e49691da4361ac7c9f0f01e1ad1236a19c78
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Apr 20 14:25:33 2016 +0200

    gnu: r-ggplot2: Update to 2.1.0.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 2.1.0.
---
 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 0efdbd2..938022b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -512,13 +512,13 @@ legends.")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "07r5zw0ccv4sf1mdxcz9wa86p2c6j61cnnq18qdjrh3zhhcbmdp2"))))
+        (base32 "0s9rvp0f736ji6p9xpxq54agxf95pjkql4sj7ag0hv2xhnp27hzj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)



reply via email to

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