me
/
guix
Archived
1
0
Fork 0

gnu: r-gam: Update to 1.20.2.

* gnu/packages/cran.scm (r-gam): Update to 1.20.2.
Ricardo Wurmus 2022-08-10 12:20:03 +02:00
parent 95d9a83be1
commit 6d65fb5842
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11064,14 +11064,14 @@ repeated measures data, respectively.")
(define-public r-gam
(package
(name "r-gam")
(version "1.20.1")
(version "1.20.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gam" version))
(sha256
(base32
"1bbxiqfgi7jc9vw1hspw5q41d69nlw2v6k91zqlvmam5pvxcd1sp"))))
"1ndgnaq5fk1w6l6z93w5gd22887yxkykrchbdbx366qmz8v8wcyg"))))
(properties `((upstream-name . "gam")))
(build-system r-build-system)
(propagated-inputs