gnu: r-openmx: Update to 2.21.8.

* gnu/packages/cran.scm (r-openmx): Update to 2.21.8.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:39 +02:00 committed by Maxim Cournoyer
parent a3cf906320
commit ac1a2c8f27
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -29384,14 +29384,14 @@ (define-public r-rpf
(define-public r-openmx
(package
(name "r-openmx")
(version "2.21.1")
(version "2.21.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "OpenMx" version))
(sha256
(base32
"13ka7c7qlb0q2jrmxg1y43gqcbsxcsw5s4cf6ckkh25gdf4mq6v3"))))
"1vvlb9q3w6i6g7kf0r5jnrlmdxskh3rbfss90icand046rl37qdz"))))
(properties `((upstream-name . "OpenMx")))
(build-system r-build-system)
(propagated-inputs