gnu: r-nlme: Update to 3.1-165.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-165. Change-Id: I00339fd6feee3337358042d153d8d3f79e830f56master
parent
b751192035
commit
0add7f93f8
|
@ -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))
|
||||
|
|
Reference in New Issue