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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-149.
This commit is contained in:
Ricardo Wurmus 2020-08-30 23:28:59 +02:00
parent 63bc330c9c
commit e8ebe088b5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -599,13 +599,13 @@ (define-public r-matrix
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-148")
(version "3.1-149")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "1cmf43r82kar1hpj9dhqfi3rbjka0z5s6cbdy7fklwh99xj3phkp"))))
(base32 "16n39v36hdp5vy3s3xqgs6ai0vgzx6j2py7ghpljdahndbqn6qn9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))