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