me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-vcd): Update to 1.4-8.
master
Ricardo Wurmus 2020-10-05 22:12:46 +02:00
parent daba9cffc2
commit 54753cf0ee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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)