guix-commits
[Top][All Lists]
Advanced

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

09/143: gnu: r-v8: Update to 4.2.2.


From: guix-commits
Subject: 09/143: gnu: r-v8: Update to 4.2.2.
Date: Tue, 29 Nov 2022 13:29:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 08ffc4ebdbb385b991906fcf4e9bedac7b3fcfdf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:00 2022 +0100

    gnu: r-v8: Update to 4.2.2.
    
    * gnu/packages/cran.scm (r-v8): Update to 4.2.2.
---
 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 b521676eb8..5f38b89a47 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -931,14 +931,14 @@ similar rank-based tests for equal probability 
distributions due to Neuhauser
 (define-public r-v8
   (package
     (name "r-v8")
-    (version "4.2.1")
+    (version "4.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "V8" version))
        (sha256
         (base32
-         "1w1zihmhrygn2i674wimbv7xqjnwlld4x3ndvh5dl4cdg7s1m24r"))))
+         "0friwpw3cbg40hfsqnlp8g3a6l4zhfag6lh005ya6dw634kkarah"))))
     (properties `((upstream-name . "V8")))
     (build-system r-build-system)
     (arguments



reply via email to

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