guix-commits
[Top][All Lists]
Advanced

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

41/46: gnu: r-e1071: Update to 1.7-7.


From: guix-commits
Subject: 41/46: gnu: r-e1071: Update to 1.7-7.
Date: Wed, 2 Jun 2021 11:27:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3319e97c40dc4547941abb019f4828a89e8323c7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:08 2021 +0200

    gnu: r-e1071: Update to 1.7-7.
    
    * gnu/packages/statistics.scm (r-e1071): Update to 1.7-7.
---
 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 a6a05d8..7934358 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3409,14 +3409,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut 
implementation.")
 (define-public r-e1071
   (package
     (name "r-e1071")
-    (version "1.7-6")
+    (version "1.7-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "e1071" version))
        (sha256
         (base32
-         "0blfnv3m5k5xm9bfx1v5awvagqlhqaqpabrvzplf4244c3j259qa"))))
+         "1phqrx787fkiamgx56sjjmzl9nh5wgpffah0mlwd7ijrf446qz3r"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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