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

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

* gnu/packages/cran.scm (r-vcd): Update to 1.4-8.
This commit is contained in:
Ricardo Wurmus
2020-10-05 22:12:46 +02:00
parent daba9cffc2
commit 54753cf0ee

View File

@@ -4190,14 +4190,14 @@ modeling for empirical income distributions.")
(define-public r-vcd
(package
(name "r-vcd")
(version "1.4-7")
(version "1.4-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "vcd" version))
(sha256
(base32
"16aj688nhlcvdxzfsqh4s375v8f8vl8997dl8h1xg29b42nv52gc"))))
"030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)