me
/
guix
Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.3.1.

* gnu/packages/cran.scm (r-effectsize): Update to 0.3.1.
master
Ricardo Wurmus 2020-06-11 15:09:40 +02:00
parent 9908ec56cd
commit 4a0fbb7799
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8836,14 +8836,14 @@ results using @code{ggplot2}.")
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"0kijp4wamkidaxysc11dd4vhvnm4wnbi87871wcbwn27k5b6i5dg"))))
"1n5b5434sd8f1v95bfjwg92v879rkaj8zpm6ldnrg0kgfb0gy6q4"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs