guix-commits
[Top][All Lists]
Advanced

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

15/89: gnu: r-vcd: Update to 1.4-8.


From: guix-commits
Subject: 15/89: gnu: r-vcd: Update to 1.4-8.
Date: Mon, 5 Oct 2020 18:34:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 54753cf0ee4381a62c8698a4e5015ac5800d27a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:12:46 2020 +0200

    gnu: r-vcd: Update to 1.4-8.
    
    * gnu/packages/cran.scm (r-vcd): Update to 1.4-8.
---
 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 1d679ab..198bcc9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4190,14 +4190,14 @@ modeling for empirical income distributions.")
 (define-public r-vcd
   (package
     (name "r-vcd")
-    (version "1.4-7")
+    (version "1.4-8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vcd" version))
        (sha256
         (base32
-         "16aj688nhlcvdxzfsqh4s375v8f8vl8997dl8h1xg29b42nv52gc"))))
+         "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-colorspace" ,r-colorspace)



reply via email to

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