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

* gnu/packages/cran.scm (r-metafor): Update to 4.6-0.

Change-Id: Idac90e66df71c8d316885966012a731d72310722
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:28 +02:00
parent bd2663ab68
commit 554b2740d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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