guix-commits
[Top][All Lists]
Advanced

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

18/40: gnu: r-ggpubr: Update to 0.2.1.


From: guix-commits
Subject: 18/40: gnu: r-ggpubr: Update to 0.2.1.
Date: Fri, 28 Jun 2019 19:34:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ccb34584c29400412626fd135111143d46d9a2f
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:24:56 2019 +0200

    gnu: r-ggpubr: Update to 0.2.1.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.2.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 89d06d7..ade55a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5388,14 +5388,14 @@ and adds the annotation to the plot.")
 (define-public r-ggpubr
   (package
     (name "r-ggpubr")
-    (version "0.2")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "0rkpcjb1x7lvhj68aam5airbi534jqyiq12x5xk40a25iifhghq6"))))
+         "0a4dv6a752hwvc7l31xs7bgqhfzfdy94xp6wgwaxf5dxm46na7k1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)



reply via email to

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