me
/
guix
Archived
1
0
Fork 0

gnu: r-gam: Update to 1.22-3.

* gnu/packages/cran.scm (r-gam): Update to 1.22-3.

Change-Id: Iaf4d3e19c5a39e70754a41b32b1de5405cec246e
Ricardo Wurmus 2023-12-15 12:16:53 +01:00
parent 4fd871dd26
commit 5410297190
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15037,14 +15037,14 @@ repeated measures data, respectively.")
(define-public r-gam
(package
(name "r-gam")
(version "1.22-2")
(version "1.22-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "gam" version))
(sha256
(base32
"1yh2rahcbi2fbsi1yps1l51xxljc7lcs7h729y5vjj4l492pywzy"))))
"153ig136i3dpy87f8v9f5055x94sl74fnrf5ivpa9fc67f76ikb6"))))
(properties `((upstream-name . "gam")))
(build-system r-build-system)
(propagated-inputs