guix-commits
[Top][All Lists]
Advanced

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

55/212: gnu: r-rstatix: Update to 0.7.2.


From: guix-commits
Subject: 55/212: gnu: r-rstatix: Update to 0.7.2.
Date: Sat, 18 Feb 2023 14:00:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 462025f36cefe5e543a1c1cf57872287ff77bc21
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:24 2023 +0100

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



reply via email to

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