guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-vcd: Update to 1.4-12.


From: guix-commits
Subject: branch master updated: gnu: r-vcd: Update to 1.4-12.
Date: Tue, 02 Jan 2024 08:27:57 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f03c69b42 gnu: r-vcd: Update to 1.4-12.
8f03c69b42 is described below

commit 8f03c69b428923dc4d51cda23b10aa7fa7d89f05
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 2 13:34:22 2024 +0100

    gnu: r-vcd: Update to 1.4-12.
    
    * gnu/packages/cran.scm (r-vcd): Update to 1.4-12.
    
    Change-Id: I5db4c5aeb21692312e05dc6483c4e52a6ec23888
---
 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 bf9e94adee..a7630f25fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9498,14 +9498,14 @@ modeling for empirical income distributions.")
 (define-public r-vcd
   (package
     (name "r-vcd")
-    (version "1.4-11")
+    (version "1.4-12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vcd" version))
        (sha256
         (base32
-         "0ch9ks25ab4h4fh4y267s0psvc4ndyaplk8ddva2j54yd1ayhm3s"))))
+         "127dkln826ah5ydp3pmd5bqyns9m9m6yrjnmn7fir4r9al8yycf9"))))
     (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]