1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 15:58:52 +02:00

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

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

Change-Id: I88acba25a1ddaf11df3683898f2eeb065cf034f2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:26 +01:00
committed by Rutherther
parent 2a4f74b5a8
commit f572aa40bc
+2 -2
View File
@@ -56606,13 +56606,13 @@ be efficient and easy to use.")
(define-public r-vgam
(package
(name "r-vgam")
(version "1.1-13")
(version "1.1-14")
(source
(origin
(method url-fetch)
(uri (cran-uri "VGAM" version))
(sha256
(base32 "17qibarkf6a0snsggrnmkjp9l7dmybyzb2j2pgjzlx39vdi8sf5y"))))
(base32 "13r4hdlkrcrscza3y1nzp6y8ldcpzbv6vcgrw4b5vjqy2krhr0l7"))))
(properties `((upstream-name . "VGAM")))
(build-system r-build-system)
(native-inputs