me
/
guix
Archived
1
0
Fork 0

gnu: r-rstatix: Update to 0.7.1.

* gnu/packages/cran.scm (r-rstatix): Update to 0.7.1.
Ricardo Wurmus 2022-11-29 15:22:08 +01:00
parent abe873717c
commit e47ea0213d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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