diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:32 +0100 |
commit | 0c6d303ae7b6271846ef3b6e4764f0c794061edc (patch) | |
tree | 2d8932184f9d38854602ba7add485130bd443955 | |
parent | e9048fb20944038bf04f55422f383c59a4502c95 (diff) | |
download | guix-0c6d303ae7b6271846ef3b6e4764f0c794061edc.tar.gz guix-0c6d303ae7b6271846ef3b6e4764f0c794061edc.zip |
gnu: r-vcd: Update to 1.4-11.
* gnu/packages/cran.scm (r-vcd): Update to 1.4-11.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 268d706543..22282885cf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7432,14 +7432,14 @@ modeling for empirical income distributions.") (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)) |