gnu: r-openmx: Update to 2.19.5.
* gnu/packages/cran.scm (r-openmx): Update to 2.19.5.
This commit is contained in:
parent
ecba34b7d1
commit
094341c4bf
1 changed files with 2 additions and 2 deletions
|
@ -22606,14 +22606,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.19.1")
|
(version "2.19.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "OpenMx" version))
|
(uri (cran-uri "OpenMx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
|
"0k8j6wi30yf1r550hpwl87x63i5kznz5gs46b1pl8xxcrmb863sv"))))
|
||||||
(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