me
/
guix
Archived
1
0
Fork 0

gnu: r-effectsize: Update to 0.4.3.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.3.
master
Ricardo Wurmus 2021-01-20 17:10:17 +01:00
parent 1c2d463311
commit b7c40c531e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9674,14 +9674,14 @@ results using @code{ggplot2}.")
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.4.1")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"1rbl63b1c7z9llznnwvclqrcgdd4hfmc7y66v7raqqf2a4nadqa5"))))
"1hcrnax9wf0nwsb8nv15rxw8yy8w5dak16dw3w5bxi8xnf56lkz2"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs