guix-commits
[Top][All Lists]
Advanced

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

35/143: gnu: r-rstatix: Update to 0.7.1.


From: guix-commits
Subject: 35/143: gnu: r-rstatix: Update to 0.7.1.
Date: Tue, 29 Nov 2022 13:29:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e47ea0213d526aada47cd8c6190dfe4add58b3dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:08 2022 +0100

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



reply via email to

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