diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:34 +0100 |
commit | 462025f36cefe5e543a1c1cf57872287ff77bc21 (patch) | |
tree | a279e7a75e5f2f00cef7a0dc564e0f6d6d9b008c | |
parent | 7bfb13e904081df969d407060484b30e31eb34dc (diff) | |
download | guix-462025f36cefe5e543a1c1cf57872287ff77bc21.tar.gz guix-462025f36cefe5e543a1c1cf57872287ff77bc21.zip |
gnu: r-rstatix: Update to 0.7.2.
* gnu/packages/cran.scm (r-rstatix): Update to 0.7.2.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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 |