guix-commits
[Top][All Lists]
Advanced

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

08/36: gnu: r-ggpubr: Update to 0.2.4.


From: guix-commits
Subject: 08/36: gnu: r-ggpubr: Update to 0.2.4.
Date: Thu, 14 Nov 2019 06:37:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1ca049273ca51b72d253e2ea0368bd888a6fd13d
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 14 08:19:25 2019 +0100

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



reply via email to

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