mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-gam: Update to 1.22-3.
* gnu/packages/cran.scm (r-gam): Update to 1.22-3. Change-Id: Iaf4d3e19c5a39e70754a41b32b1de5405cec246e
This commit is contained in:
parent
4fd871dd26
commit
5410297190
1 changed files with 2 additions and 2 deletions
|
@ -15037,14 +15037,14 @@ (define-public r-cvauc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue