guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: r-ggplot2: Update to 3.1.1.


From: guix-commits
Subject: 14/22: gnu: r-ggplot2: Update to 3.1.1.
Date: Thu, 11 Apr 2019 17:37:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 00d14a41560b14b726557c7bd2a6a361658465ed
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Apr 11 23:00:42 2019 +0200

    gnu: r-ggplot2: Update to 3.1.1.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.1.1.
---
 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 8cb4c22..dda8d98 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1120,13 +1120,13 @@ legends.")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.1.0")
+    (version "3.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "1msy36r21nlmnpyaw2m9k0ykmnd19b9il01b65w457pfw75prrs9"))))
+        (base32 "0y8cks9r9hvjlx0isnvbgs3p0al167hlr3q7c3syfcj77dzjkpmz"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)



reply via email to

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