mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-mgcv: Update to 1.8-39.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-39.
This commit is contained in:
parent
7f648ff20b
commit
5ca2a180c8
1 changed files with 2 additions and 2 deletions
|
@ -685,13 +685,13 @@ (define-public r-nlme
|
||||||
(define-public r-mgcv
|
(define-public r-mgcv
|
||||||
(package
|
(package
|
||||||
(name "r-mgcv")
|
(name "r-mgcv")
|
||||||
(version "1.8-38")
|
(version "1.8-39")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mgcv" version))
|
(uri (cran-uri "mgcv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fyx8b0xjyx75mp90v314gayzydkca5y90p76jnwxzfnhxbys4nd"))))
|
(base32 "15h1k9qyn8s8xy4x2361mj42vdq8ml5xskzqpkc45zj1a3gss6w4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-matrix r-nlme))
|
(list r-matrix r-nlme))
|
||||||
|
|
Loading…
Reference in a new issue