diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-12 13:51:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:06 +0100 |
commit | 51702785da2baf65d9a635e6f6df8ad0feb1ca2d (patch) | |
tree | e090b0c95e04ad1ec6452d6712bbf99d0434874e | |
parent | 4d272fa3a9f2e156314d88685336573a69e90678 (diff) | |
download | guix-51702785da2baf65d9a635e6f6df8ad0feb1ca2d.tar.gz guix-51702785da2baf65d9a635e6f6df8ad0feb1ca2d.zip |
gnu: r-openmx: Update to 2.21.11.
* gnu/packages/cran.scm (r-openmx): Update to 2.21.11.
Change-Id: I1349e0965508f42d183d2e705c356fdd3ac9faf0
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index cdfdc5cd90..bedb7ef8b2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -31364,14 +31364,14 @@ Complete access to optimized C functions is made available with (define-public r-openmx (package (name "r-openmx") - (version "2.21.10") + (version "2.21.11") (source (origin (method url-fetch) (uri (cran-uri "OpenMx" version)) (sha256 (base32 - "1kll5iim5l71dxkjd8y9ma1494818j369gp92qdsy3x6lxy244ym")))) + "1k3i82higil43w4pryg1ghpswa8vxmc28dcv60gvkmmjrnwp098m")))) (properties `((upstream-name . "OpenMx"))) (build-system r-build-system) (propagated-inputs @@ -31385,7 +31385,7 @@ Complete access to optimized C functions is made available with r-rcppparallel r-rpf r-stanheaders)) - (native-inputs (list r-knitr gfortran)) + (native-inputs (list gfortran r-knitr)) (home-page "http://openmx.ssri.psu.edu") (synopsis "Extended structural equation modelling") (description |