me
/
guix
Archived
1
0
Fork 0

gnu: r-metafor: Update to 4.2-0.

* gnu/packages/cran.scm (r-metafor): Update to 4.2-0.
master
Ricardo Wurmus 2023-05-09 14:25:48 +02:00
parent b94e90a0bd
commit 21a2f9dd2d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34072,14 +34072,14 @@ package also provides functions to visualize the observed data and the MLE.")
(define-public r-metafor
(package
(name "r-metafor")
(version "4.0-0")
(version "4.2-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "metafor" version))
(sha256
(base32
"0fy2ildv2g3gckxh5jd4y7b1mpc616l4r52d5rf78nr2mzmm5maw"))))
"0rm7w1mmjhry4xkrv6nkhg5ln1cb61lg66y2nbwim32n9wxl5fzi"))))
(properties `((upstream-name . "metafor")))
(build-system r-build-system)
(propagated-inputs