guix-commits
[Top][All Lists]
Advanced

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

68/81: gnu: r-vipor: Update to 0.4.7.


From: guix-commits
Subject: 68/81: gnu: r-vipor: Update to 0.4.7.
Date: Mon, 1 Jan 2024 08:55:19 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit df69fcac77d4fece802438d987822596859f8327
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:43 2023 +0100

    gnu: r-vipor: Update to 0.4.7.
    
    * gnu/packages/statistics.scm (r-vipor): Update to 0.4.7.
    
    Change-Id: I7a7442ae64d5a96a4ab20427ab5fb8bcdc2e51e2
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6205983856..81a3182f73 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5190,13 +5190,13 @@ with alternating row colors) in LaTeX and HTML formats 
easily from
 (define-public r-vipor
   (package
     (name "r-vipor")
-    (version "0.4.5")
+    (version "0.4.7")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "vipor" version))
               (sha256
                (base32
-                "112gc0d7f8iavgf56pnzfxb7hy75yhd0zlyjzshdcfbnqcd2a6bx"))))
+                "17hb6y1i9bva0fr4k9m6wncmnzdjad1b7fhsvfhva4xavpll3bds"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/vipor";)
     (synopsis "Plot categorical data using noise and density estimates")



reply via email to

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