gnu: r-openmx: Update to 2.19.1.
* gnu/packages/cran.scm (r-openmx): Update to 2.19.1.master
parent
60f8539526
commit
b631f7f8e4
|
@ -22421,14 +22421,14 @@ Complete access to optimized C functions is made available with
|
||||||
(define-public r-openmx
|
(define-public r-openmx
|
||||||
(package
|
(package
|
||||||
(name "r-openmx")
|
(name "r-openmx")
|
||||||
(version "2.18.1")
|
(version "2.19.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "OpenMx" version))
|
(uri (cran-uri "OpenMx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gyjps0l3ig90piccgd04s63cz65kk5i5l9iyakps4bv27h1lzwm"))))
|
"0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
|
||||||
(properties `((upstream-name . "OpenMx")))
|
(properties `((upstream-name . "OpenMx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue