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

* gnu/packages/cran.scm (r-metafor): Update to 4.4-0.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:52 +02:00
parent 509ad5c498
commit 9703a303f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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