gnu: r-openmx: Update to 2.17.4.
* gnu/packages/cran.scm (r-openmx): Update to 2.17.4.master
parent
b34ba0649a
commit
e5884ce4c7
|
@ -20291,14 +20291,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.17.3")
|
(version "2.17.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "OpenMx" version))
|
(uri (cran-uri "OpenMx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s2pcg281ag3qz2wz8yi826f2d3kj3qg916js7zz0nsrljcyv5bc"))))
|
"07y4w7xdb63p5kkrj6sdx1kabbsgbbj7nw9hc690jy84r15aryal"))))
|
||||||
(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