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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-161.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:31 +01:00
parent 7db010ad70
commit 4f2159f534
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

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-160")
(version "3.1-161")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "024a1pfdbv5dp1cbfk424n1rwfxw4g92yrjcfy1v0xj834ilcifl"))))
(base32 "0pw9kwhac6a01zcchl4xxy2rk3ghzc9kxxn6kjkh2z4iq41a1z9a"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))