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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-145.
This commit is contained in:
Ricardo Wurmus 2020-03-04 20:18:38 +01:00
parent d797d24fe2
commit 555f227398
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -590,13 +590,13 @@ (define-public r-matrix
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-144")
(version "3.1-145")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "1gqyq53fdq23wsi3f4n9vg4mn5i0v18zam5lnzlpg581xifx2779"))))
(base32 "1i9a3afdmn2ziks0imz0j09ay9n0zb9mhrymy9mg97vvlz5diwrh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))