mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-nlme: Update to 3.1-166.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-166. Change-Id: I7df0e68f3e685acb145d3c07f9de14ee1ab141a6
This commit is contained in:
parent
5520c9e8d1
commit
bb8bab522a
1 changed files with 2 additions and 2 deletions
|
@ -710,13 +710,13 @@ (define-public r-matrix
|
|||
(define-public r-nlme
|
||||
(package
|
||||
(name "r-nlme")
|
||||
(version "3.1-165")
|
||||
(version "3.1-166")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nlme" version))
|
||||
(sha256
|
||||
(base32 "16clxh0b8sr2k3vddfip3awimn17ffkd5kwgygi8n4y2jfjbndzw"))))
|
||||
(base32 "0qlpj3hjnlvd7x3ayjhvvpxlc2z4bfwk9qpglw8mnxbqipp18yi3"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
|
|
Loading…
Reference in a new issue