guix-commits
[Top][All Lists]
Advanced

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

18/128: gnu: r-class: Update to 7.3-15.


From: guix-commits
Subject: 18/128: gnu: r-class: Update to 7.3-15.
Date: Sat, 12 Jan 2019 17:36:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3dbd87f504394a51952a01babde7671e81c8713c
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 15:39:52 2019 +0100

    gnu: r-class: Update to 7.3-15.
    
    * gnu/packages/statistics.scm (r-class): Update to 7.3-15.
---
 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 a6302db..ead3509 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -398,14 +398,14 @@ Applied Statistics with S\" (4th edition, 2002) by 
Venables and Ripley.")
 (define-public r-class
   (package
     (name "r-class")
-    (version "7.3-14")
+    (version "7.3-15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "class" version))
        (sha256
         (base32
-         "173b8a16lh1i0zjmr784l0xr0azp9v8bgslh12hfdswbq7dpdf0q"))))
+         "1x1hqz8xyhbpq4krsh02glqnlzcch25agkmn4a3da9n723b37gzn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-mass" ,r-mass)))



reply via email to

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