gnu: r-openmx: Update to 2.21.11.

* gnu/packages/cran.scm (r-openmx): Update to 2.21.11.

Change-Id: I1349e0965508f42d183d2e705c356fdd3ac9faf0
This commit is contained in:
Ricardo Wurmus 2023-12-12 13:51:02 +01:00
parent 4d272fa3a9
commit 51702785da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31364,14 +31364,14 @@ (define-public r-rpf
(define-public r-openmx
(package
(name "r-openmx")
(version "2.21.10")
(version "2.21.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "OpenMx" version))
(sha256
(base32
"1kll5iim5l71dxkjd8y9ma1494818j369gp92qdsy3x6lxy244ym"))))
"1k3i82higil43w4pryg1ghpswa8vxmc28dcv60gvkmmjrnwp098m"))))
(properties `((upstream-name . "OpenMx")))
(build-system r-build-system)
(propagated-inputs
@ -31385,7 +31385,7 @@ (define-public r-openmx
r-rcppparallel
r-rpf
r-stanheaders))
(native-inputs (list r-knitr gfortran))
(native-inputs (list gfortran r-knitr))
(home-page "http://openmx.ssri.psu.edu")
(synopsis "Extended structural equation modelling")
(description