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

* gnu/packages/statistics.scm (r-vgam): Update to 1.1-6.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:40 +01:00
parent 21abb27570
commit 7ba037dc10
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5371,13 +5371,13 @@ (define-public r-fpc
(define-public r-vgam
(package
(name "r-vgam")
(version "1.1-5")
(version "1.1-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "VGAM" version))
(sha256
(base32 "1fx123h4x5awzshv0m4jqbbllrdjfpslb2i8gl9phm1y1wahn69h"))))
(base32 "05yl1lbpambwg3i3rqn6aanaym7c3s8g7hi0bph98iyxqnx62sj4"))))
(properties `((upstream-name . "VGAM")))
(build-system r-build-system)
(native-inputs