guix-commits
[Top][All Lists]
Advanced

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

47/51: gnu: r-e1071: Update to 1.7-11.


From: guix-commits
Subject: 47/51: gnu: r-e1071: Update to 1.7-11.
Date: Mon, 13 Jun 2022 09:26:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed945c7732ae131539d330d83f8ca6e2d89c368d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:22:03 2022 +0200

    gnu: r-e1071: Update to 1.7-11.
    
    * gnu/packages/statistics.scm (r-e1071): Update to 1.7-11.
---
 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 8d597c52ea..85acad51ed 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3835,14 +3835,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut 
implementation.")
 (define-public r-e1071
   (package
     (name "r-e1071")
-    (version "1.7-9")
+    (version "1.7-11")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "e1071" version))
        (sha256
         (base32
-         "09i2hmyf1bxansqp24p9n9djlzzarclqs173gjjv3fg0giga3ycv"))))
+         "0byr92csnydycdarxdkq4cghddnx5qp6fqxm6wnp9g6aww88xha8"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-class r-proxy))



reply via email to

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