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

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

Change-Id: I5fbdbd09d5e720a8a5ce01088f9d4b8e51805432
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:08 +01:00
parent fd4bb4a54d
commit 43a4104468
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -694,13 +694,13 @@ (define-public r-matrix
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-163")
(version "3.1-164")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "12hj7icn0xgsm67awzf8x8afhckxmb98rci9c7gsizdp9x6gyikx"))))
(base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))