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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-162.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:05 +01:00
parent 0876435e65
commit 196d39dd53
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -678,13 +678,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-161")
(version "3.1-162")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "0pw9kwhac6a01zcchl4xxy2rk3ghzc9kxxn6kjkh2z4iq41a1z9a"))))
(base32 "0rywlbbg76c8nx62h0fj49va1y59z1qrkfjc9ihs5bslambs4vds"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))