3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/cran.scm (r-gam): Update to 1.22-2.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:39 +02:00
parent a0f6305eb1
commit d700fda57c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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