mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-vcd: Update to 1.4-5.
* gnu/packages/cran.scm (r-vcd): Update to 1.4-5.
This commit is contained in:
parent
c38f4c3874
commit
831e460610
1 changed files with 2 additions and 2 deletions
|
@ -3637,14 +3637,14 @@ (define-public r-laeken
|
|||
(define-public r-vcd
|
||||
(package
|
||||
(name "r-vcd")
|
||||
(version "1.4-4")
|
||||
(version "1.4-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vcd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lp99h0wvsc61l1dgcqjxdrcgpgw88ak430cdsv43kmm43qssqd5"))))
|
||||
"0pqf1sdp0d60aqc7721hy2zfcp57902by0i28jqbn683dd50c21a"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-colorspace" ,r-colorspace)
|
||||
|
|
Loading…
Reference in a new issue