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
1 changed files with 2 additions and 2 deletions

View File

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