mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-gam: Update to 1.22.
* gnu/packages/cran.scm (r-gam): Update to 1.22.
This commit is contained in:
parent
3777071a4e
commit
d80ad2c48d
1 changed files with 2 additions and 2 deletions
|
@ -11883,14 +11883,14 @@ (define-public r-cvauc
|
||||||
(define-public r-gam
|
(define-public r-gam
|
||||||
(package
|
(package
|
||||||
(name "r-gam")
|
(name "r-gam")
|
||||||
(version "1.20.2")
|
(version "1.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gam" version))
|
(uri (cran-uri "gam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ndgnaq5fk1w6l6z93w5gd22887yxkykrchbdbx366qmz8v8wcyg"))))
|
"0gyrg73f63ccars1639n0gv6cnh8ixp7p7lgdxb2yjl240lk0c9i"))))
|
||||||
(properties `((upstream-name . "gam")))
|
(properties `((upstream-name . "gam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue