guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: r-vcd: Update to 1.4-7.


From: guix-commits
Subject: 05/13: gnu: r-vcd: Update to 1.4-7.
Date: Mon, 6 Apr 2020 02:41:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c3a0a8a1b3e142b69de320c9b102b4815aa19eeb
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Apr 3 07:14:08 2020 +0200

    gnu: r-vcd: Update to 1.4-7.
    
    * gnu/packages/cran.scm (r-vcd): Update to 1.4-7.
---
 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 98f05ed..a61f42c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3672,14 +3672,14 @@ modeling for empirical income distributions.")
 (define-public r-vcd
   (package
     (name "r-vcd")
-    (version "1.4-6")
+    (version "1.4-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vcd" version))
        (sha256
         (base32
-         "0rjz49py5l6wnaimw6k8rcyzlvs8cyz5g2xwqj2qis92ly0l103z"))))
+         "16aj688nhlcvdxzfsqh4s375v8f8vl8997dl8h1xg29b42nv52gc"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-colorspace" ,r-colorspace)



reply via email to

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