Archived
1
0
Fork 0

gnu: r-jomo: Update to 2.7-2.

* gnu/packages/cran.scm (r-jomo): Update to 2.7-2.
This commit is contained in:
Ricardo Wurmus 2020-08-20 19:24:04 +02:00
parent 4e6aa9aa6f
commit c764026c26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3667,14 +3667,14 @@ Laplace approximation and adaptive Gauss-Hermite quadrature.")
(define-public r-jomo
(package
(name "r-jomo")
(version "2.7-1")
(version "2.7-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "jomo" version))
(sha256
(base32
"0cdy9m4ylarkk9d0v1s61k2d877l4bbxly8a4jwhfy43fdvskz1w"))))
"1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lme4" ,r-lme4)