guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r-ggplot2: Update to 3.2.1.


From: guix-commits
Subject: 02/02: gnu: r-ggplot2: Update to 3.2.1.
Date: Mon, 12 Aug 2019 04:25:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fdc22edb6c915fcb6b4862008e095436bdb5cae9
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 12 10:24:59 2019 +0200

    gnu: r-ggplot2: Update to 3.2.1.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.2.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 7a124bc..cdd0cae 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1138,13 +1138,13 @@ legends.")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "1cvk9pw59kxx19kamqwa15h26rbznp0vvqpn7y8kgjssnrzqkdii"))))
+        (base32 "0mjswqiqcwm0aqxll16bx2kwa6c9km3aql87bdj4347n1ali94g3"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)



reply via email to

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