gnu: r-vgam: Update to 1.1-3.

* gnu/packages/statistics.scm (r-vgam): Update to 1.1-3.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2020-04-30 15:27:45 +02:00
parent 0ffd9701f5
commit 24599740e7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4957,16 +4957,16 @@ (define-public r-fpc
(define-public r-vgam
(package
(name "r-vgam")
(version "1.1-2")
(version "1.1-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "VGAM" version))
(sha256
(base32 "0kyan3a4ys2xbg9kf167cyf1gk7g963id62cjm2ij4i7y4wi61zq"))))
(base32 "1hwlrdx3nhdp83pvy1h23i16vbbhi4kizdhr58c8nvg7kqdzb7qc"))))
(properties `((upstream-name . "VGAM")))
(build-system r-build-system)
(inputs
(native-inputs
`(("gfortran" ,gfortran)))
(home-page "https://www.stat.auckland.ac.nz/~yee/VGAM")
(synopsis "Vector generalized linear and additive models")