gnu: r-gam: Update to 1.20.1.
* gnu/packages/cran.scm (r-gam): Update to 1.20.1.
This commit is contained in:
parent
56ba9331df
commit
6515fff157
1 changed files with 2 additions and 2 deletions
|
@ -10335,14 +10335,14 @@ repeated measures data, respectively.")
|
||||||
(define-public r-gam
|
(define-public r-gam
|
||||||
(package
|
(package
|
||||||
(name "r-gam")
|
(name "r-gam")
|
||||||
(version "1.20")
|
(version "1.20.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gam" version))
|
(uri (cran-uri "gam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zhy2fp7pxac8xp3z3hndhprj4s5gx3305b627vc78bal1ml3swi"))))
|
"1bbxiqfgi7jc9vw1hspw5q41d69nlw2v6k91zqlvmam5pvxcd1sp"))))
|
||||||
(properties `((upstream-name . "gam")))
|
(properties `((upstream-name . "gam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue