gnu: r-nlme: Update to 3.1-139.

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-139.
This commit is contained in:
Ricardo Wurmus 2019-04-11 23:00:35 +02:00
parent 9f2a87d1bf
commit 79d8fdcce3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -570,14 +570,14 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-137")
(version "3.1-139")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32
"11vyxxc0n36vb8d8g02zr0402ymicvbifwdsqm7gy9iqqnwrn101"))))
"0fap121c18nbznyzvnqvsdiszg2nbmkas6zhgrz1f8jiv1lzqq04"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))