guix-commits
[Top][All Lists]
Advanced

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

20/40: gnu: r-prediction: Update to 0.3.14.


From: guix-commits
Subject: 20/40: gnu: r-prediction: Update to 0.3.14.
Date: Fri, 28 Jun 2019 19:34:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c3447a92eeae4944e58336d796f864b541c0c979
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:25:09 2019 +0200

    gnu: r-prediction: Update to 0.3.14.
    
    * gnu/packages/cran.scm (r-prediction): Update to 0.3.14.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8d18e6d..578d5c8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5886,14 +5886,14 @@ parse and convert strings into cases like snake or 
camel among others.")
 (define-public r-prediction
   (package
     (name "r-prediction")
-    (version "0.3.6.2")
+    (version "0.3.14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "prediction" version))
        (sha256
         (base32
-         "0kx7xbm2j6c8h6gk1iig4vfpg877psg16j74hl7zc2mv40sc6dy5"))))
+         "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-data-table" ,r-data-table)))



reply via email to

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