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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-141.
This commit is contained in:
Ricardo Wurmus 2019-08-06 13:46:46 +02:00
parent ecebfe51ce
commit d6e54e7002
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -588,14 +588,14 @@ (define-public r-matrix
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-140")
(version "3.1-141")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32
"0k9x5j34fx093a023da9ny3b3101lbwpmfm27mkvfj950l22z88x"))))
"0ml00g79bimjcl0sgn6h55l5b4gfmnsnc1vvmivggn0318k4c04i"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))