mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-effectsize: Update to 0.8.8.
* gnu/packages/cran.scm (r-effectsize): Update to 0.8.8. Change-Id: I51270018adaf62fdbcb3e5ad73b99f618b346b9a
This commit is contained in:
parent
7744aaf2b0
commit
adf2088ca5
1 changed files with 2 additions and 2 deletions
|
@ -17736,14 +17736,14 @@ (define-public r-ggeffects
|
|||
(define-public r-effectsize
|
||||
(package
|
||||
(name "r-effectsize")
|
||||
(version "0.8.7")
|
||||
(version "0.8.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "effectsize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07lfa0pvqhanjyyx9hs6gdqw1zyi1y21k539jgvgnrvixfilfkb2"))))
|
||||
"1dx83xv98iny4pzphrr64fv277k70cgmia1s18bh7fix2h3md45k"))))
|
||||
(properties `((upstream-name . "effectsize")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue