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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-166.

Change-Id: I7df0e68f3e685acb145d3c07f9de14ee1ab141a6
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:17 +02:00
parent 5520c9e8d1
commit bb8bab522a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -710,13 +710,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-165") (version "3.1-166")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "nlme" version)) (uri (cran-uri "nlme" version))
(sha256 (sha256
(base32 "16clxh0b8sr2k3vddfip3awimn17ffkd5kwgygi8n4y2jfjbndzw")))) (base32 "0qlpj3hjnlvd7x3ayjhvvpxlc2z4bfwk9qpglw8mnxbqipp18yi3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice)) (list r-lattice))