1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

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

* gnu/packages/cran.scm (r-vgam): Update to 1.1-13.

Change-Id: Ief01a8634a55b6387e767166a0e146d2d151dbf8
This commit is contained in:
Ricardo Wurmus
2025-05-10 08:24:25 +02:00
parent 693476b135
commit 030f024fbf

View File

@@ -54351,13 +54351,13 @@ be efficient and easy to use.")
(define-public r-vgam
(package
(name "r-vgam")
(version "1.1-12")
(version "1.1-13")
(source
(origin
(method url-fetch)
(uri (cran-uri "VGAM" version))
(sha256
(base32 "05pgznwb0bwppq9mslvg197iyp0ln0npapd4r0zc6c2k6ikq4xsa"))))
(base32 "17qibarkf6a0snsggrnmkjp9l7dmybyzb2j2pgjzlx39vdi8sf5y"))))
(properties `((upstream-name . "VGAM")))
(build-system r-build-system)
(native-inputs