gnu: r-openmx: Update to 2.21.10.
* gnu/packages/cran.scm (r-openmx): Update to 2.21.10. Change-Id: I7d4216b5e0394cd89e1d6aaf602e601c224d125d
This commit is contained in:
parent
a18e274401
commit
ec5a1c42ca
1 changed files with 2 additions and 2 deletions
|
@ -31332,14 +31332,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.21.8")
|
(version "2.21.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "OpenMx" version))
|
(uri (cran-uri "OpenMx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vvlb9q3w6i6g7kf0r5jnrlmdxskh3rbfss90icand046rl37qdz"))))
|
"1kll5iim5l71dxkjd8y9ma1494818j369gp92qdsy3x6lxy244ym"))))
|
||||||
(properties `((upstream-name . "OpenMx")))
|
(properties `((upstream-name . "OpenMx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue