guix-commits
[Top][All Lists]
Advanced

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

30/99: gnu: r-rstatix: Update to 0.7.0.


From: guix-commits
Subject: 30/99: gnu: r-rstatix: Update to 0.7.0.
Date: Tue, 9 Mar 2021 16:07:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fdf375346adeaab801709828f5f473c9690ca01c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:39:02 2021 +0100

    gnu: r-rstatix: Update to 0.7.0.
    
    * gnu/packages/cran.scm (r-rstatix): Update to 0.7.0.
---
 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 4f9b640..dc2de4b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7524,14 +7524,14 @@ and adds the annotation to the plot.")
 (define-public r-rstatix
   (package
     (name "r-rstatix")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstatix" version))
        (sha256
         (base32
-         "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
+         "0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
     (properties `((upstream-name . "rstatix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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