guix-commits
[Top][All Lists]
Advanced

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

71/128: gnu: r-prediction: Update to 0.3.6.1.


From: guix-commits
Subject: 71/128: gnu: r-prediction: Update to 0.3.6.1.
Date: Sat, 12 Jan 2019 17:36:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 12502bf4e87c1d2fc10373a2a92f270e6b72dcc5
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 21:33:54 2019 +0100

    gnu: r-prediction: Update to 0.3.6.1.
    
    * gnu/packages/cran.scm (r-prediction): Update to 0.3.6.1.
---
 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 c768a37..ab55365 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5673,14 +5673,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")
+    (version "0.3.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "prediction" version))
        (sha256
         (base32
-         "19d7312f5lkqfglfvlgssnvyw7gl161s0xradcry44r1i6qp05j1"))))
+         "1znxpacd79fjkf84w3493p1vmafanqfxsspwpwpkmda323bsxj0n"))))
     (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]