me
/
guix
Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.4.5.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.5.
master
Ricardo Wurmus 2021-06-02 17:23:03 +02:00
parent 3a5b90d0ab
commit 0bc5c20756
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10892,14 +10892,14 @@ results using @code{ggplot2}.")
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.4.4-1")
(version "0.4.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"02rwf3lxnzgc8yh0wridsc6lqr9s6v0cqzbk4biwnr494rvs46zb"))))
"0rp0r75p8q467lmrsr1gl9wjpib9jz7ksx5rm6c7q2lfg9b9zrjf"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs