gnu: r-openmx: Update to 2.19.1.

* gnu/packages/cran.scm (r-openmx): Update to 2.19.1.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:40:59 +01:00
parent 60f8539526
commit b631f7f8e4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22421,14 +22421,14 @@ (define-public r-rpf
(define-public r-openmx
(package
(name "r-openmx")
(version "2.18.1")
(version "2.19.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "OpenMx" version))
(sha256
(base32
"0gyjps0l3ig90piccgd04s63cz65kk5i5l9iyakps4bv27h1lzwm"))))
"0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
(properties `((upstream-name . "OpenMx")))
(build-system r-build-system)
(propagated-inputs