gnu: r-rstatix: Update to 0.7.2.

* gnu/packages/cran.scm (r-rstatix): Update to 0.7.2.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:24 +01:00
parent 7bfb13e904
commit 462025f36c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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