guix-commits
[Top][All Lists]
Advanced

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

78/96: gnu: r-class: Update to 7.3-18.


From: guix-commits
Subject: 78/96: gnu: r-class: Update to 7.3-18.
Date: Wed, 10 Feb 2021 19:06:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 951c0288e5f50654cb4548cd1697e023f3d367e1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:24 2021 +0100

    gnu: r-class: Update to 7.3-18.
    
    * gnu/packages/statistics.scm (r-class): Update to 7.3-18.
---
 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 5a2b17e..cd65324 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -459,14 +459,14 @@ Applied Statistics with S\" (4th edition, 2002) by 
Venables and Ripley.")
 (define-public r-class
   (package
     (name "r-class")
-    (version "7.3-17")
+    (version "7.3-18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "class" version))
        (sha256
         (base32
-         "04qk8qia0qr8893fizmkbd5hsqn6m8383c0cyn9xnmkmvyv8a7xy"))))
+         "148k47k354k6wygpmwg79p2jwni0glpi6z7q8n0lp2w9d8p75fnj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-mass" ,r-mass)))



reply via email to

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