1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-effectsize: Update to 1.0.2.

* gnu/packages/cran.scm (r-effectsize): Update to 1.0.2.

Change-Id: Ide12bf84f1be1b439635e336ddf5feea94bf1a48
This commit is contained in:
Ricardo Wurmus
2026-03-12 14:18:24 +01:00
parent e0c96a3000
commit f01f277865

View File

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