mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-vcd: Update to 1.4-11.
* gnu/packages/cran.scm (r-vcd): Update to 1.4-11.
This commit is contained in:
parent
e9048fb209
commit
0c6d303ae7
1 changed files with 2 additions and 2 deletions
|
@ -7432,14 +7432,14 @@ (define-public r-laeken
|
|||
(define-public r-vcd
|
||||
(package
|
||||
(name "r-vcd")
|
||||
(version "1.4-10")
|
||||
(version "1.4-11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vcd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nxkl1x39xf8l0apgvlbr30i8lasix7hyyc93g6514r8z8m1k23i"))))
|
||||
"0ch9ks25ab4h4fh4y267s0psvc4ndyaplk8ddva2j54yd1ayhm3s"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-colorspace r-lmtest r-mass))
|
||||
|
|
Loading…
Reference in a new issue