mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-nlme: Update to 3.1-165.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-165. Change-Id: I00339fd6feee3337358042d153d8d3f79e830f56
This commit is contained in:
parent
b751192035
commit
0add7f93f8
1 changed files with 2 additions and 2 deletions
|
@ -710,13 +710,13 @@ (define-public r-matrix
|
||||||
(define-public r-nlme
|
(define-public r-nlme
|
||||||
(package
|
(package
|
||||||
(name "r-nlme")
|
(name "r-nlme")
|
||||||
(version "3.1-164")
|
(version "3.1-165")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nlme" version))
|
(uri (cran-uri "nlme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s6lpp4hpjhyn7ygfngw2f60a40kbbikd0y2wqzbhdvhrqha19br"))))
|
(base32 "16clxh0b8sr2k3vddfip3awimn17ffkd5kwgygi8n4y2jfjbndzw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice))
|
(list r-lattice))
|
||||||
|
|
Loading…
Reference in a new issue