guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/212: gnu: r-vcd: Update to 1.4-11.


From: guix-commits
Subject: 37/212: gnu: r-vcd: Update to 1.4-11.
Date: Sat, 18 Feb 2023 14:00:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0c6d303ae7b6271846ef3b6e4764f0c794061edc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:18 2023 +0100

    gnu: r-vcd: Update to 1.4-11.
    
    * gnu/packages/cran.scm (r-vcd): Update to 1.4-11.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]