diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:44:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:46:47 +0100 |
commit | 92a837128c395bc78c287502bd8227d3570af676 (patch) | |
tree | 104f8cf4c9b707a1c95e2c65e32e7b91fb1627da /gnu/packages | |
parent | 0379e246d959a81f65ebc0ee94787e1a58eaad94 (diff) |
gnu: r-nlme: Update to 3.1-150.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-150.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 6793237b45..28c74d7056 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -608,13 +608,13 @@ and operations on them using LAPACK and SuiteSparse.") (define-public r-nlme (package (name "r-nlme") - (version "3.1-149") + (version "3.1-150") (source (origin (method url-fetch) (uri (cran-uri "nlme" version)) (sha256 - (base32 "16n39v36hdp5vy3s3xqgs6ai0vgzx6j2py7ghpljdahndbqn6qn9")))) + (base32 "18qmbzrmrham8hbdlzsca7w46c5iqighx1ymzggll5s86c4s7kvr")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice))) |