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

gnu: r-vcd: Update to 1.4-10.

* gnu/packages/cran.scm (r-vcd): Update to 1.4-10.
This commit is contained in:
Ricardo Wurmus
2022-06-13 14:21:49 +02:00
parent 9ccb6b4bee
commit 18fd4e7d70

View File

@@ -6154,14 +6154,14 @@ modeling for empirical income distributions.")
(define-public r-vcd
(package
(name "r-vcd")
(version "1.4-9")
(version "1.4-10")
(source
(origin
(method url-fetch)
(uri (cran-uri "vcd" version))
(sha256
(base32
"13sn77qdcyll9lz7nab0bxzfvpgj8f5rl2cq5ylpz8pibynj1d55"))))
"0nxkl1x39xf8l0apgvlbr30i8lasix7hyyc93g6514r8z8m1k23i"))))
(build-system r-build-system)
(propagated-inputs
(list r-colorspace r-lmtest r-mass))