mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-vgam: Update to 1.1-6.
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-6.
This commit is contained in:
parent
21abb27570
commit
7ba037dc10
1 changed files with 2 additions and 2 deletions
|
@ -5371,13 +5371,13 @@ (define-public r-fpc
|
||||||
(define-public r-vgam
|
(define-public r-vgam
|
||||||
(package
|
(package
|
||||||
(name "r-vgam")
|
(name "r-vgam")
|
||||||
(version "1.1-5")
|
(version "1.1-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "VGAM" version))
|
(uri (cran-uri "VGAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fx123h4x5awzshv0m4jqbbllrdjfpslb2i8gl9phm1y1wahn69h"))))
|
(base32 "05yl1lbpambwg3i3rqn6aanaym7c3s8g7hi0bph98iyxqnx62sj4"))))
|
||||||
(properties `((upstream-name . "VGAM")))
|
(properties `((upstream-name . "VGAM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue