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

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-159.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:34 +02:00
parent 9e282c408c
commit fb381189f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -677,13 +677,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-158")
(version "3.1-159")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "08xzaslqmbizj38v746hn09bi7k9h0vjhh0z7mv0c9xsq80v8nx5"))))
(base32 "1gqrv4skfgcny4pdpmymdwjcmsd3hla84s76g18dgqj665f5zc4v"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))