guix-commits
[Top][All Lists]
Advanced

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

11/51: gnu: r-vcd: Update to 1.4-10.


From: guix-commits
Subject: 11/51: gnu: r-vcd: Update to 1.4-10.
Date: Mon, 13 Jun 2022 09:26:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 18fd4e7d70b5071d3fd712849c848851266339ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:49 2022 +0200

    gnu: r-vcd: Update to 1.4-10.
    
    * gnu/packages/cran.scm (r-vcd): Update to 1.4-10.
---
 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 6680f30e68..552ab81115 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6154,14 +6154,14 @@ modeling for empirical income distributions.")
 (define-public r-vcd
   (package
     (name "r-vcd")
-    (version "1.4-9")
+    (version "1.4-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vcd" version))
        (sha256
         (base32
-         "13sn77qdcyll9lz7nab0bxzfvpgj8f5rl2cq5ylpz8pibynj1d55"))))
+         "0nxkl1x39xf8l0apgvlbr30i8lasix7hyyc93g6514r8z8m1k23i"))))
     (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]