diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 14:29:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 17:03:41 +0200 |
commit | 06dfe35322406bb3f995331e49df5070e1fb7b3e (patch) | |
tree | e466ddad2a0ac8080d19103e89062f885a9c2dc0 /gnu | |
parent | 0b684d087d4b50ea276761ac36ee5f01a84a2547 (diff) | |
download | guix-06dfe35322406bb3f995331e49df5070e1fb7b3e.tar.gz guix-06dfe35322406bb3f995331e49df5070e1fb7b3e.zip |
gnu: r-nlme: Update to 3.1-148.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-148.
Diffstat (limited to 'gnu')
-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 a15baf2c92..94794560ae 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -599,13 +599,13 @@ and operations on them using LAPACK and SuiteSparse.") (define-public r-nlme (package (name "r-nlme") - (version "3.1-147") + (version "3.1-148") (source (origin (method url-fetch) (uri (cran-uri "nlme" version)) (sha256 - (base32 "1rqc3wy3lmy0wczsvsn8yszzsxhppfwg4iznb1j6ki2qawpdij7g")))) + (base32 "1cmf43r82kar1hpj9dhqfi3rbjka0z5s6cbdy7fklwh99xj3phkp")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice))) |