me
/
guix
Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.4.4-1.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.4-1.
master
Ricardo Wurmus 2021-04-08 02:25:53 +02:00
parent 51d9bcf64b
commit 799526f97c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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