me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I00339fd6feee3337358042d153d8d3f79e830f56
master
Ricardo Wurmus 2024-07-02 14:58:53 +02:00
parent b751192035
commit 0add7f93f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -710,13 +710,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
(version "3.1-164")
(version "3.1-165")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
(base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
(base32 "16clxh0b8sr2k3vddfip3awimn17ffkd5kwgygi8n4y2jfjbndzw"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))