3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/statistics.scm (r-vgam): Update to 1.1-5.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:15:13 +01:00
parent 4f8bfe296b
commit 125c65d729
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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