guix-commits
[Top][All Lists]
Advanced

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

107/133: gnu: r-e1071: Update to 1.7-9.


From: guix-commits
Subject: 107/133: gnu: r-e1071: Update to 1.7-9.
Date: Thu, 30 Sep 2021 06:43:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 295b984fbc85700ed7dd7c623ceb266abe5bc15f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:37 2021 +0200

    gnu: r-e1071: Update to 1.7-9.
    
    * gnu/packages/statistics.scm (r-e1071): Update to 1.7-9.
---
 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 922344d..3e6f0de 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3774,14 +3774,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut 
implementation.")
 (define-public r-e1071
   (package
     (name "r-e1071")
-    (version "1.7-8")
+    (version "1.7-9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "e1071" version))
        (sha256
         (base32
-         "16lw0pr71h00whndkkv9zh2ixm6vc8bkp8m4i5wwhmihd9abdkdb"))))
+         "09i2hmyf1bxansqp24p9n9djlzzarclqs173gjjv3fg0giga3ycv"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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