guix-commits
[Top][All Lists]
Advanced

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

46/114: gnu: r-corpcor: Update to 1.6.10.


From: guix-commits
Subject: 46/114: gnu: r-corpcor: Update to 1.6.10.
Date: Wed, 29 Sep 2021 13:22:13 -0400 (EDT)

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

commit 0818c8d08a53f4bd38c004308620f03645674a0e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:22 2021 +0200

    gnu: r-corpcor: Update to 1.6.10.
    
    * gnu/packages/cran.scm (r-corpcor): Update to 1.6.10.
---
 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 c542981..1dc8169 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13185,14 +13185,14 @@ structure of any data type.")
 (define-public r-corpcor
   (package
     (name "r-corpcor")
-    (version "1.6.9")
+    (version "1.6.10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "corpcor" version))
        (sha256
         (base32
-         "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
+         "028fw61n61i79fhnaqx7gmdifdpbvp3yiaq9vvfrbv4k7i84r83i"))))
     (build-system r-build-system)
     (home-page "http://strimmerlab.org/software/corpcor/";)
     (synopsis "Efficient estimation of covariance and (partial) correlation")



reply via email to

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