guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: r-vcd: Update to 1.4-6.


From: guix-commits
Subject: 02/06: gnu: r-vcd: Update to 1.4-6.
Date: Mon, 9 Mar 2020 03:51:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bcbcd17d456a2193d6285e7bfd720d42fd2d7274
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Mar 9 08:40:28 2020 +0100

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



reply via email to

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