guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: r-ggpubr: Update to 0.1.9.


From: Ricardo Wurmus
Subject: 05/07: gnu: r-ggpubr: Update to 0.1.9.
Date: Sun, 11 Nov 2018 17:13:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2a4c5877a996007f2c6e058fb973fa7d5dcfdbff
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 23:12:10 2018 +0100

    gnu: r-ggpubr: Update to 0.1.9.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.1.9.
---
 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 45526c7..2c1151b 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.8")
+    (version "0.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "0psl2zndm4wk6nnj1nv305islpxfvfgd87gjh2ph8yqn4mxpnfi1"))))
+         "0rvfgii2gxarra7d33n6c63ky0mivxxyx35acsrn94xkbd8mbcsj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)



reply via email to

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