mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-gam: Update to 1.22-4.
* gnu/packages/cran.scm (r-gam): Update to 1.22-4. Change-Id: Iceed9ed6162d01d5c9a68d28df5f17fd19d375b6
This commit is contained in:
parent
3c051db716
commit
bc0e7fa01f
1 changed files with 2 additions and 2 deletions
|
@ -16431,14 +16431,14 @@ (define-public r-cvauc
|
|||
(define-public r-gam
|
||||
(package
|
||||
(name "r-gam")
|
||||
(version "1.22-3")
|
||||
(version "1.22-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gam" version))
|
||||
(sha256
|
||||
(base32
|
||||
"153ig136i3dpy87f8v9f5055x94sl74fnrf5ivpa9fc67f76ikb6"))))
|
||||
"0wy0ia8z9mah8lr4lsbv9sn5z31zbqhrhmk6a74nzfzfyl478hbq"))))
|
||||
(properties `((upstream-name . "gam")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue