guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: r-ggpubr: Update to 0.2.


From: Roel Janssen
Subject: 03/09: gnu: r-ggpubr: Update to 0.2.
Date: Mon, 19 Nov 2018 11:20:46 -0500 (EST)

roelj pushed a commit to branch master
in repository guix.

commit 1659c5dd27578e7be0d923fc4dde032ff043adab
Author: Roel Janssen <address@hidden>
Date:   Mon Nov 19 17:17:25 2018 +0100

    gnu: r-ggpubr: Update to 0.2.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.2.
---
 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 87b9ee2..dccc23d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4450,14 +4450,14 @@ and adds the annotation to the plot.")
 (define-public r-ggpubr
   (package
     (name "r-ggpubr")
-    (version "0.1.9")
+    (version "0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "0rvfgii2gxarra7d33n6c63ky0mivxxyx35acsrn94xkbd8mbcsj"))))
+         "0rkpcjb1x7lvhj68aam5airbi534jqyiq12x5xk40a25iifhghq6"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)



reply via email to

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