guix-commits
[Top][All Lists]
Advanced

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

55/105: gnu: r-ggpubr: Update to 0.2.5.


From: guix-commits
Subject: 55/105: gnu: r-ggpubr: Update to 0.2.5.
Date: Wed, 19 Feb 2020 15:48:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d99a211d2d85b4902e4a4eb943c0a3a3bd96ee51
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:08:47 2020 +0100

    gnu: r-ggpubr: Update to 0.2.5.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.2.5.
---
 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 1e87f1e..b5874f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5859,14 +5859,14 @@ and adds the annotation to the plot.")
 (define-public r-ggpubr
   (package
     (name "r-ggpubr")
-    (version "0.2.4")
+    (version "0.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "0ln1gh3zlfx5s7zqcpvfdiksq74v1pma5kwkhc6r0riqnjjd19pf"))))
+         "0kb3hpmnhj4mkbx1kx0kv5y22himr8dijqx7ra0h8hi0pf2l2ha7"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)



reply via email to

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