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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-143.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:51:39 +01:00
parent 074c698e72
commit a2e3f27e1f
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 (define-public r-nlme
(package (package
(name "r-nlme") (name "r-nlme")
(version "3.1-142") (version "3.1-143")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "nlme" version)) (uri (cran-uri "nlme" version))
(sha256 (sha256
(base32 "0figfb1i22hfkkhzpprmpp723s01r43x725a1ab0pc9gsxqg90nx")))) (base32 "13iixbs2ibldc75rl7rav5n5kx33zwm33xnfw1yvlkpcqf38bd22"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))